Hi,
Ill try and keep this brief.
In essence, I need to give my user the ability to create a new record in a table. However, instead of presenting the user with unfriendly key field IDs I want to give them the friendly version to select.
So there is a table calles Properties. These properties have things done to them, service events, e.g. fix a tap etc.
So the ServiceEvents table stores the property the work is being done at - Property Ref, the date the work is being done - Service Date, whos is doing the work - ServicerID, and what is being serviced - ServiceItemID.
Because all these IDs are just numbers, I need to give the user a friendly way of selecting the data, e.g. instead of Property Ref which is a number, they need to see the house number and address 1, and select that which then takes the associated Property Ref No and pokes that in the table.
Same philosophy for the Servicer and the item being serviced.
The above is the design of my append query. But it wont show the fields that have blanks in the Append to row.
Can someone guide me please? Am I doing this the wrong way?
Thanks in advance,
Bcr
Ill try and keep this brief.
In essence, I need to give my user the ability to create a new record in a table. However, instead of presenting the user with unfriendly key field IDs I want to give them the friendly version to select.
So there is a table calles Properties. These properties have things done to them, service events, e.g. fix a tap etc.
So the ServiceEvents table stores the property the work is being done at - Property Ref, the date the work is being done - Service Date, whos is doing the work - ServicerID, and what is being serviced - ServiceItemID.
Because all these IDs are just numbers, I need to give the user a friendly way of selecting the data, e.g. instead of Property Ref which is a number, they need to see the house number and address 1, and select that which then takes the associated Property Ref No and pokes that in the table.
Same philosophy for the Servicer and the item being serviced.
The above is the design of my append query. But it wont show the fields that have blanks in the Append to row.
Can someone guide me please? Am I doing this the wrong way?
Thanks in advance,
Bcr