Kiwi-Wombat
Registered User.
- Local time
- Yesterday, 20:38
- Joined
- Aug 2, 2004
- Messages
- 56
Attached is a simple database. It is purely a mock-up to demonstrate my question.
There are two forms that are identical except for their source. In Form1 the Record Source is a table. In Form2 the Source is an SQL statement. I am asuming that I have set everything up correctly but, knowing me, I may not have.
In the Produce table both the Quantity and InSeason fields have default values.
In Form1 when you go to a new record, the default values of 0 in the Qantity field and True in the InSeason fields are correctly shown.
But in Form2 when you go to a new record, Quantity is empty and InSeason is greyed out.
Can someone tell me why and how to overcome this
A second question and probably much simpler.
If you Tab from field to field, after the last field it goes to a new record. How do you make it stay in the same record?
Thanks
There are two forms that are identical except for their source. In Form1 the Record Source is a table. In Form2 the Source is an SQL statement. I am asuming that I have set everything up correctly but, knowing me, I may not have.
In the Produce table both the Quantity and InSeason fields have default values.
In Form1 when you go to a new record, the default values of 0 in the Qantity field and True in the InSeason fields are correctly shown.
But in Form2 when you go to a new record, Quantity is empty and InSeason is greyed out.
Can someone tell me why and how to overcome this
A second question and probably much simpler.
If you Tab from field to field, after the last field it goes to a new record. How do you make it stay in the same record?
Thanks