New To access and I'm having a problem with a form.
I have 2 related tables.
I want to produce a form where I can use a combo to select a machine number and view the related fields from both the related tables in text boxs below.
I have done this but cant edit the data;
'Control Cannot be edited its bound to the expression'
in the txt boxes im using;
=[<Combobox>].Column(3)
For the combo box I have just created a simple query showing the two related forms.
Select <TableName>. [<columnname>], <TableName>. [<column2name>] ... etc
many thanks!
I have 2 related tables.
I want to produce a form where I can use a combo to select a machine number and view the related fields from both the related tables in text boxs below.
I have done this but cant edit the data;
'Control Cannot be edited its bound to the expression'
in the txt boxes im using;
=[<Combobox>].Column(3)
For the combo box I have just created a simple query showing the two related forms.
Select <TableName>. [<columnname>], <TableName>. [<column2name>] ... etc
many thanks!