D
Dennis
Hi,
I'm running Access via Office XP Pro on Windows 7.
I have a data entry form. The record source is a query (logical view of a
table) of a table where the keys are manually entered.
When I lauch the form, the form immediately tries to create a new record. I
know this because the Form_BeforeInsert event is being called. I set the key
fields values to the control values in teh Form_BeforeInsert.
I want to be able to add, edit, and delete rows from this form, but I don't
want it to try to create a row before I've had a change to enter data.
How do I get around this or correct this?
Dennis
I'm running Access via Office XP Pro on Windows 7.
I have a data entry form. The record source is a query (logical view of a
table) of a table where the keys are manually entered.
When I lauch the form, the form immediately tries to create a new record. I
know this because the Form_BeforeInsert event is being called. I set the key
fields values to the control values in teh Form_BeforeInsert.
I want to be able to add, edit, and delete rows from this form, but I don't
want it to try to create a row before I've had a change to enter data.
How do I get around this or correct this?
Dennis