P
Porkchop
New Check mark question
On a sub form. I have put a Check Mark to copy text from 5 text boxes to 5
other text boxes. But this time the subform is accessing tables in a
different way.
Here is what the control source is set to.
SELECT [manifest info].[Manifest No], [manifest info].[Generator Name],
[manifest info].[Generator Address], [manifest info].[Generator City],
[manifest info].[Generator State], [manifest info].[Generator Zip],
[manifest info].[Origin Facility], [manifest info].[Origin Facility
Address], [manifest info].[Origin Facility City], [manifest info].[Origin
Facility State], [manifest info].[Origin Facility Zip], [manifest
info].Description, [manifest info].[Ticket Number] FROM [manifest info]
ORDER BY [manifest info].[Manifest No];
The first form that you folks helped me with was simple. The control source
was set to [manifest info] with out the brakets. So when you had me bind the
check mark to a field in a table [manifest info] was the correct table.
Easy! Now I can't seem to bind this Check Mark.
The error I get is: can't bind to an unknown field: "manifest info"
Help!
If you need more info, I'll be happy to supply it.
Thanks
Porkchop
On a sub form. I have put a Check Mark to copy text from 5 text boxes to 5
other text boxes. But this time the subform is accessing tables in a
different way.
Here is what the control source is set to.
SELECT [manifest info].[Manifest No], [manifest info].[Generator Name],
[manifest info].[Generator Address], [manifest info].[Generator City],
[manifest info].[Generator State], [manifest info].[Generator Zip],
[manifest info].[Origin Facility], [manifest info].[Origin Facility
Address], [manifest info].[Origin Facility City], [manifest info].[Origin
Facility State], [manifest info].[Origin Facility Zip], [manifest
info].Description, [manifest info].[Ticket Number] FROM [manifest info]
ORDER BY [manifest info].[Manifest No];
The first form that you folks helped me with was simple. The control source
was set to [manifest info] with out the brakets. So when you had me bind the
check mark to a field in a table [manifest info] was the correct table.
Easy! Now I can't seem to bind this Check Mark.
The error I get is: can't bind to an unknown field: "manifest info"
Help!
If you need more info, I'll be happy to supply it.
Thanks
Porkchop