Multiple forms based on a single table

B

Bruce

I have two forms that are based on the same table. The forms (Project
form and Promotional form) have just enough difference to warrant
different forms, but the second form will not allow me to add new
records.

I have been told that there is help available for this but I have been
unable to find it. Anybody got any clues?

Bruce
 
B

Brian

Bruce said:
I have two forms that are based on the same table. The forms (Project
form and Promotional form) have just enough difference to warrant
different forms, but the second form will not allow me to add new
records.

I have been told that there is help available for this but I have been
unable to find it. Anybody got any clues?

Bruce

You've given very little to go on, but the obvious first thing to check is
that the form's AllowAdditions property is set to Yes.
 
B

Bruce

You've given very little to go on, but the obvious first thing to check is
that the form's AllowAdditions property is set to Yes.

Thanks for your help Brian. That wasn't the solution (I had already
done extensive checks on the properties in both forms and both
underlying queries and couldn't spot anything different).

I solved it by creating a copy of the form that worked and changing
what I needed.

Cheers,
Bruce
 
Top