vipersmind
it can't be!
- Local time
- Tomorrow, 05:15
- Joined
- Dec 26, 2002
- Messages
- 82
Hi
I have a Form [frmDetails], which is bound to a table [tbleHeader]
and contains a sub form [frmSubSamples] which is bound to a table [tblSamples] both forms are linked by [FaceID] primary key.
On frmDetails the user enters the header information for each FaceID and on frmSubSamples enters all of the samples for the same FaceID.
The Faceid's are incremented by one by the user every time a new one is entered. (I would like to have this increment automatically but there are way to many variables - mostly human ones)
The user also needs to find the maxFaceID to ascertain which number to use next. I can't just goto lastrecord as there are many series of FaceID's on the same table.
i.e.
BD3430EOD01
BD3430EOD02
BD3430EOD03
BD3430EOD04
PE1710SXC01
PE1710SXC02
PE1710SXC03
I would like to use a query trigged by a cmdbutton to filter the already open form for the maxFaceID and have it display.
Currently the query runs and the user has to search the form manually.
Thanks in advance
I have a Form [frmDetails], which is bound to a table [tbleHeader]
and contains a sub form [frmSubSamples] which is bound to a table [tblSamples] both forms are linked by [FaceID] primary key.
On frmDetails the user enters the header information for each FaceID and on frmSubSamples enters all of the samples for the same FaceID.
The Faceid's are incremented by one by the user every time a new one is entered. (I would like to have this increment automatically but there are way to many variables - mostly human ones)
The user also needs to find the maxFaceID to ascertain which number to use next. I can't just goto lastrecord as there are many series of FaceID's on the same table.
i.e.
BD3430EOD01
BD3430EOD02
BD3430EOD03
BD3430EOD04
PE1710SXC01
PE1710SXC02
PE1710SXC03
I would like to use a query trigged by a cmdbutton to filter the already open form for the maxFaceID and have it display.
Currently the query runs and the user has to search the form manually.
Thanks in advance