-
form connection
Hi
I have created five forms, each form taking in different details ( 1 being customer details another Car details and so on..). Using Beacons tutorial i have connected each form (eg. customer form) to a particular table in the database that is the customer table... but really i should have the connection in the last form. This connection is needed on the last form because what if half way through the user decides that they dont want to make the contract anymore (basically it will have to be deleted from the db)...only when all details are finalised it should be put on the database. So how can this be done??
PLEASE HELP>>>I HAVE VERY LITTLE TIME AND REALISED THAT I AM DOING SUCH A BIG ERROR......pls HELP (if eny1 has the code I would be VERY grateful!!!!!!!!!!!
THANK YOU......
-
I use "connected" forms very little because I like to control when, and how my database gets updated. I only use connected forms when inquiring, not adding or changing data. I'm sure there are others here who follow a different philosophy and will help you.