I am trying to create a form that allows me to select a table, then select 2 fields to update. The updating is done with vb code (there are a couple of different things that will be done). Here are the basics:
Form has 3 dropdown boxes on it:
fldT - list of tables available (fills on form open) - ok
OnChange - updates the next two dropdowns with field lists
fldO - Field with data to be processed/updated
fldD - Field to put the processed/updated data
Form also has a subform, subFixData, which displays the table that is selected with the fldT dropdown.
All of these work great!!! (thanks to your wonderful forums).
The problem I am having is accessing the data in the subform. I keep getting the message "Can't find the field 'Name' referenced in your expression"
A simple edit that I may need to do is this:
fldT = tblNames
fldO = Name
fldD = PName
I am at a loss to reference these fields in that subform.
I know it's something simple, but I can't see it.
Any and all help is greatly appreciated.
Jeni K
Form has 3 dropdown boxes on it:
fldT - list of tables available (fills on form open) - ok
OnChange - updates the next two dropdowns with field lists
fldO - Field with data to be processed/updated
fldD - Field to put the processed/updated data
Form also has a subform, subFixData, which displays the table that is selected with the fldT dropdown.
All of these work great!!! (thanks to your wonderful forums).
The problem I am having is accessing the data in the subform. I keep getting the message "Can't find the field 'Name' referenced in your expression"
A simple edit that I may need to do is this:
fldT = tblNames
fldO = Name
fldD = PName
I am at a loss to reference these fields in that subform.
I know it's something simple, but I can't see it.
Any and all help is greatly appreciated.
Jeni K