B
Bob Mullen
I have a form that books from 1 to 4 members for events (fields: date,p1,p2,p3,p4). I am using combo boxes to select from the membership. If "Guest" is entered in any of the p1,p2,p3,p4 fields, a prompt for the name of the guest appears and then a second form loads that allows collection of further info about the guest. The guests and members tables are seperate. So far so good
On the booking form, I have an undo record button that undoes the last record as written to the bookings subform. Is it possible to determine whether "Guest" appears in any one or more of p1,p2 ... and undo (delete) the appropriate guest record from the guests table (fields: date, guestname)
Suggestions and assistance is much appreciated
Thanks in advance
Bob Mullen
On the booking form, I have an undo record button that undoes the last record as written to the bookings subform. Is it possible to determine whether "Guest" appears in any one or more of p1,p2 ... and undo (delete) the appropriate guest record from the guests table (fields: date, guestname)
Suggestions and assistance is much appreciated
Thanks in advance
Bob Mullen