Hello everybody
Hope you are all well
I have a problem
I have a table of contacts
some are growers
Some are Hauliers
and some are both
on a form I have writen for accepting loads in to our company. On it are two combo boxes one for supplier and one for Haulier.
The first combo box has the select statement
Select org_scontacts from organisations where org_bgrower=.T.
I.E selects all the suppliers in the contacts table
The second combo box has the same select statement but where org_bhaulier=.T.
but when I run the form it says Cannot access selected table. When I click ok it displays only one combo box
what is going on or rather what am I doing wron
Any help would be greatly appreciated
Rachel
Hope you are all well
I have a problem
I have a table of contacts
some are growers
Some are Hauliers
and some are both
on a form I have writen for accepting loads in to our company. On it are two combo boxes one for supplier and one for Haulier.
The first combo box has the select statement
Select org_scontacts from organisations where org_bgrower=.T.
I.E selects all the suppliers in the contacts table
The second combo box has the same select statement but where org_bhaulier=.T.
but when I run the form it says Cannot access selected table. When I click ok it displays only one combo box
what is going on or rather what am I doing wron
Any help would be greatly appreciated
Rachel