C
CP
I have created a DB that a user can enter worksheets - due to the skills and
nature of the users the front loading interface has to be fast and easy to
use. Therefore my form for loading has to leave out alot of things I would
like to add.
Three Main Tables now exist
Account - name, address, tel and so on
Service Data - account (linked to accounts), make, model, serial, datein,
dateout
The loading form uses service data - doing this leaves a massive hole in my
design later on. I need to find later on the last dateout for every service
data record. If there is only one record I need to see that or where there
are 20 records (where Acc, make, model and serial are equal) I still only
need that last service record by dateout not the previous 19.
I have lots of snippets of coding to help me use the forms/queries to get
around - but no matter how I get to it I always end up with this same problem
and I believe its my initial design, any ideas?
nature of the users the front loading interface has to be fast and easy to
use. Therefore my form for loading has to leave out alot of things I would
like to add.
Three Main Tables now exist
Account - name, address, tel and so on
Service Data - account (linked to accounts), make, model, serial, datein,
dateout
The loading form uses service data - doing this leaves a massive hole in my
design later on. I need to find later on the last dateout for every service
data record. If there is only one record I need to see that or where there
are 20 records (where Acc, make, model and serial are equal) I still only
need that last service record by dateout not the previous 19.
I have lots of snippets of coding to help me use the forms/queries to get
around - but no matter how I get to it I always end up with this same problem
and I believe its my initial design, any ideas?