Good day,
I have Report names and Form names in a “Listbox”
“Bill of Material”
“Vendor Information” etc.
I only experience the following problem with the Form names and not the Report names.
When I do my coding like:
Forms!VendorInformation!.VendorID.Setfocus
The coding forces me to concatenate “Vendor Information” to “VendorInformation”, this then forces me again to change the “Vendor Information” to “VendorInformation” in the Listbox.
It would be easier and neater for my client to select, “Vendor Information” from the List Box instead of, “VendorInformation”
Any Ideas will be appreciated
Thanks
Theuns
I have Report names and Form names in a “Listbox”
“Bill of Material”
“Vendor Information” etc.
I only experience the following problem with the Form names and not the Report names.
When I do my coding like:
Forms!VendorInformation!.VendorID.Setfocus
The coding forces me to concatenate “Vendor Information” to “VendorInformation”, this then forces me again to change the “Vendor Information” to “VendorInformation” in the Listbox.
It would be easier and neater for my client to select, “Vendor Information” from the List Box instead of, “VendorInformation”
Any Ideas will be appreciated
Thanks
Theuns