Hello again,
I've a doubt of how to make where conditions refering to the value of a list box in a form, I'm going to explain it:
I've a form which show me information about bookings (name, date,etc) which is stored at table_bookings ,I have other table with information of my clients, the point is I want a form where I can select a name of one client, and edit the booking details.
How can I do that???
Thanks.