J
JeffH
Hi ,
I have a txtfield defined so that I can display
additional text information from a secondary file
(tblscalers) based on the value of a combobox
(comboscaler) on my form. When I run the form, I get the
wonderful #name?. Any suggestions?
=(SELECT [tblScalers].[name] FROM tblScalers WHERE
((([tblScalers].[Scalernumber])=Forms![frmTrucksItem]!
[comboscaler]))
Thanks!
I have a txtfield defined so that I can display
additional text information from a secondary file
(tblscalers) based on the value of a combobox
(comboscaler) on my form. When I run the form, I get the
wonderful #name?. Any suggestions?
=(SELECT [tblScalers].[name] FROM tblScalers WHERE
((([tblScalers].[Scalernumber])=Forms![frmTrucksItem]!
[comboscaler]))
Thanks!