D
DDBeards
I have a master form with seven fields named tFeedBack1,
tFeedBack2...tFeedBack7. Each of these fields are found on seperate tabs
within the form. Each of these fields has a button I use to launch a new
Feedback form that has one field tFBNew. (same form will be used for all) I
need to do two functions, first check to see if the field on the master form
being updated is null or 0 length and second update the field on the master
form when the person is done entering the data. I have the code that works
great but I have to recreate it seven times based on which one of the seven
tFeedBack# fields are being updated. I would just like to pass it a value
like 1 through 7 and have the right field updated. Something like:
Forms!Master!tFeedback & passed value = tFBNew
However I do not not how to combine a varible with string to be used as a
field name on a form? Can someone please help. I will need this concatenated
field name used both in a isnull() and = line of code.
Thanks
tFeedBack2...tFeedBack7. Each of these fields are found on seperate tabs
within the form. Each of these fields has a button I use to launch a new
Feedback form that has one field tFBNew. (same form will be used for all) I
need to do two functions, first check to see if the field on the master form
being updated is null or 0 length and second update the field on the master
form when the person is done entering the data. I have the code that works
great but I have to recreate it seven times based on which one of the seven
tFeedBack# fields are being updated. I would just like to pass it a value
like 1 through 7 and have the right field updated. Something like:
Forms!Master!tFeedback & passed value = tFBNew
However I do not not how to combine a varible with string to be used as a
field name on a form? Can someone please help. I will need this concatenated
field name used both in a isnull() and = line of code.
Thanks