multiple item form

ICTkirsten

Registered User.
Local time
Today, 01:43
Joined
Jan 3, 2015
Messages
137
hello,

im creating an appointment form which contains customer details and appointment details e.g. date, time, etc..

He told me i had to create a multiple item form...but im not too sure why or what i need to do with it.. could someone let me know?
Thanks
 
I don't know what is meant by "multiple item" but I have a similar need (client and event). How my database works is two tables: a client table and an event table. The client table holds the customer details and the event table holds event details (similar to your appointment details).

The 2 tables are linked with a one to many relationship; each client record can be linked to multiple event records. To enter the data I have a form that is linked to the client table, and a sub form that is linked to the event table.

Does that help?
 

Users who are viewing this thread

Back
Top Bottom