View Full Version : update


build
09-24-2000, 11:48 PM
Hi

I have a form with 3 pages on it.

On two of these pages I have combo box's.

On my first page I enter data in the first box then press enter it then tells me :-
The Microsoft Jet database engine can't find a record in the table tblreception with key matching fields tblBookings
.ingReceptionID.

Yes I know it cannot find the info for them because until I get to that page I cannot put it in.

So what I want to know how do I stop the form from update every time I press the enter key in a data field until I get to
the last page then when all the info is in it will update all the data.

Hope I have made my self clear on this.

Robin
09-27-2000, 05:33 AM
Hi,

Try setting the table linking criteria to cascade updates.

Regards
Robin.