H
helmer horta via AccessMonster.com
Hi, this drive me crazy guys.
PLEASE HELP ME.
I have a Main Form (Using Table BOOKS "It show me the book info"), and in the
same form I have a Subform (Using the table TICKETS).
Wen I select the Book number automatically show me in the subform the Tickets
information (Number, price, etc). It work Perfect.
QUESTION: Now I need to change in the book the person name asigned for this
book, but as well I need to change the same person name to each ticket
automatically. (each book have 50 or 40 tickets)
I don't want to change the one by one, with the new information.
Is any way to do it using a code??????
Example:
(BOOK TABLE)
Book: 1 Name: Mr. Peter Address: 425 east 138 st
(TICKET TABLE)
Book: 1 Ticket: 0001 Name: Mr. Peter
Book: 2 Ticket: 0002 Name: Mr. Peter
Book: 3 Ticket: 0003 Name: Mr. Peter
Book: 4 Ticket: 0004 Name: Mr. Peter
......
......
Book: n Ticket: 000n Name: Mr. Peter
That is what I need to do
Thank you
PLEASE HELP ME.
I have a Main Form (Using Table BOOKS "It show me the book info"), and in the
same form I have a Subform (Using the table TICKETS).
Wen I select the Book number automatically show me in the subform the Tickets
information (Number, price, etc). It work Perfect.
QUESTION: Now I need to change in the book the person name asigned for this
book, but as well I need to change the same person name to each ticket
automatically. (each book have 50 or 40 tickets)
I don't want to change the one by one, with the new information.
Is any way to do it using a code??????
Example:
(BOOK TABLE)
Book: 1 Name: Mr. Peter Address: 425 east 138 st
(TICKET TABLE)
Book: 1 Ticket: 0001 Name: Mr. Peter
Book: 2 Ticket: 0002 Name: Mr. Peter
Book: 3 Ticket: 0003 Name: Mr. Peter
Book: 4 Ticket: 0004 Name: Mr. Peter
......
......
Book: n Ticket: 000n Name: Mr. Peter
That is what I need to do
Thank you