Jersey,
I must apologise for not being clear. When I suggested you give details
of your tables, I meant something like this...
Table: Games
GameSerial
NameOfGame
Location
BlaBla
MoreElse
Table: Sales
SaleID
DateOfSale
Purchaser
Table: SalesDetails
SaleDetailID
SaleID
GameSerial
NoOfTickets
UnitPrice
PaymentMethod
Whatever
One-to-one relationships are extremely rare in databases, and are only
applicable in very specific types of scenarios. Without knowing the
details, I am not 100% sure, but I would expect these specific scenarios
do not apply in your database. Therefore I would recommend that any
tables that are related one-to-one should be combined into a single table.
When I suggested you give specific details about your forms and
requirements, I meant something like this...
"I have a form for Sales, based on my Sales table, with a subform for
SalesDetails, based on my SalesDetails table. On the SalesDetails
subform, I use a combobox to enter the GameSerial, and I would like for
the related NameOfGame from the Games table to be shown on the form."
Or whatever.
By the way, if the above is in fact a close guess to what you really
want, then maybe the information in this article will be of help...
http://accesstips.datamanagementsolutions.biz/lookup.htm