M
miss031
I apologize if this has been covered somehwre else. I was not sure what terms
under which to search.
I am creating an auction sale database. I have created table and form for
bidders information, a table and form for entering for their purchases, and a
table for the sellers of the items.
When the bidders register, their information is entered into the form, and
they are assigned a number with which to bid, which is the primary key for
the bidder registration table.
When items are sold, they are entered into another form, with the bidder
number identified for each item.
The cashier has a form with a sub form. Form shows "bidder number", "name",
"phone number", "notes"; the subform shows a list of all of this bidder's
purchases.
There is a button on the form which, when clicked, brings up the report of
the bidder's purchases, totalled with taxes applied.
Questions are:
1. How can the cashier enter the bidder number or the phone number, and look
up the record that corresponds? Not looking up by the database record number
(ie record number 1,2,3), but by the contents of the field ("bidder
number=365" or "phone number=555-2435"), not using "Lookup Wizard".
2. How, when clicking the button that prints the report, can the cashier
print only the report for that bidder number?
The ideal scenario would have a message box that simply asks "Enter bidder
number or phone number" with a space for each, and then opens the formwith
subform showing that record.
Have I got everybody thoroughly confused by now?
under which to search.
I am creating an auction sale database. I have created table and form for
bidders information, a table and form for entering for their purchases, and a
table for the sellers of the items.
When the bidders register, their information is entered into the form, and
they are assigned a number with which to bid, which is the primary key for
the bidder registration table.
When items are sold, they are entered into another form, with the bidder
number identified for each item.
The cashier has a form with a sub form. Form shows "bidder number", "name",
"phone number", "notes"; the subform shows a list of all of this bidder's
purchases.
There is a button on the form which, when clicked, brings up the report of
the bidder's purchases, totalled with taxes applied.
Questions are:
1. How can the cashier enter the bidder number or the phone number, and look
up the record that corresponds? Not looking up by the database record number
(ie record number 1,2,3), but by the contents of the field ("bidder
number=365" or "phone number=555-2435"), not using "Lookup Wizard".
2. How, when clicking the button that prints the report, can the cashier
print only the report for that bidder number?
The ideal scenario would have a message box that simply asks "Enter bidder
number or phone number" with a space for each, and then opens the formwith
subform showing that record.
Have I got everybody thoroughly confused by now?