I am somewhat of a novice and am trying to do a somewhat complicated thing (to me, anyway).
What I would like to do is populate the field Entry Fee in the subform (Category Entries table) from a column (ItemFee) in the table Categories. Then, I would like to add that amount to EntryFees in the Entrant table. Am I right to assume that I have currency in the Catgories table, once I have selected an item in the combobox (column)? How would this statement be coded?
I have hopefully illustrated the part of the definitions involved without confusing anyone. Forms are datasheet.
Form (Registration) Table (Entrant)
Field or textbox (EntryFees)
Subform (Category Entries) Table (Category Entries)
Combobox or Column (Category Name) from table Categories, which
also contains ItemFee
Field or textbox (Entry Fee)
Thank you for your consideration.
What I would like to do is populate the field Entry Fee in the subform (Category Entries table) from a column (ItemFee) in the table Categories. Then, I would like to add that amount to EntryFees in the Entrant table. Am I right to assume that I have currency in the Catgories table, once I have selected an item in the combobox (column)? How would this statement be coded?
I have hopefully illustrated the part of the definitions involved without confusing anyone. Forms are datasheet.
Form (Registration) Table (Entrant)
Field or textbox (EntryFees)
Subform (Category Entries) Table (Category Entries)
Combobox or Column (Category Name) from table Categories, which
also contains ItemFee
Field or textbox (Entry Fee)
Thank you for your consideration.
Comment