G
Guest
Hi
At present I have 2 forms eg Form1 and Form2.
Form1 has 3 Fields 1 = Dip1 (A combo Box) where I can select my choice of
entry.
2 = Ltrs1 which holds litres of fuel remaining
3 = Ltrs2 which also holds litres of fuel
remaining.
Form2 has 2 fields 1 = Dip2 (A combo box )where I select my choice of entry.
2 = Ltrs2
Each are records for a separate fuel tank.
If I run Form1 to ask me to enter a Dip figure from a list where 2 lots of
fuel quantities are displayed, this is fine. I then set up the Combo box to
enter the required Dip figure from tank 2 (Form2) which is accepted then when
I want to display the Fuel remaining Ltrs2 I get the #Name? message in the
unbound text box. Can anyone help and explain why.
The expression I put in the text box to display the required Ltrs2 quantity is
=[Forms]![Form2]![Ltrs2]
This I presume should work.....I would appreciate any assistance with this
problem as it has now wrecked my head for several days..
regards
Les C
At present I have 2 forms eg Form1 and Form2.
Form1 has 3 Fields 1 = Dip1 (A combo Box) where I can select my choice of
entry.
2 = Ltrs1 which holds litres of fuel remaining
3 = Ltrs2 which also holds litres of fuel
remaining.
Form2 has 2 fields 1 = Dip2 (A combo box )where I select my choice of entry.
2 = Ltrs2
Each are records for a separate fuel tank.
If I run Form1 to ask me to enter a Dip figure from a list where 2 lots of
fuel quantities are displayed, this is fine. I then set up the Combo box to
enter the required Dip figure from tank 2 (Form2) which is accepted then when
I want to display the Fuel remaining Ltrs2 I get the #Name? message in the
unbound text box. Can anyone help and explain why.
The expression I put in the text box to display the required Ltrs2 quantity is
=[Forms]![Form2]![Ltrs2]
This I presume should work.....I would appreciate any assistance with this
problem as it has now wrecked my head for several days..
regards
Les C