G
Guest
Hi,
I'm using SQL Server MSDE RelA (BackEnd) Access Project (FrontEnd).
What I'm trying to do is to show a "contact" list in a Form (Contact table
link to Company table by Company_ID). I need to display only the contacts for
that company and when selected from the box, update the contact_Phone, Fax
and e-mail fields.
I'm using a query as the source and trying to match the Company ID in the
query with the Company ID in the form.
I used to use =forms![formname]![field] but it doesn't work with SQL.
Should I try a subform?
Any help will be greatly appreciated
I'm using SQL Server MSDE RelA (BackEnd) Access Project (FrontEnd).
What I'm trying to do is to show a "contact" list in a Form (Contact table
link to Company table by Company_ID). I need to display only the contacts for
that company and when selected from the box, update the contact_Phone, Fax
and e-mail fields.
I'm using a query as the source and trying to match the Company ID in the
query with the Company ID in the form.
I used to use =forms![formname]![field] but it doesn't work with SQL.
Should I try a subform?
Any help will be greatly appreciated