R
richard
Hi
I have a form (frmFindAddressByJoborSite) which I have set to be a continous
form which only has one field (AssistFMJobNo) linked to a table
TblFindAddressByJobNo.
This form is for the user to find more than one address by Job No at a time
by entering multiple job numbers using the continuous form and then running
a report which uses the Job No entered to query tblNapsWork and filter as
appropriate.
However I am now trying to add a further field which is the AssistSiteRef,
so that the user can enter either the AssistFMJobNo or the AssistSiteRef and
the report can then pull data based on either of the above fields.
The problem I am having is this
1 I am relatively new and don't know if this is th best way to achieve my
end goal
2 As both AssistFMJobNo and AssistSiteRef are stored in the same table
then the relationship to tblNapsWork means that the query pulls up no records
unless I specify both numbers not just one
3 To get around the relationship problem I thought of entering the
AssistSiteRef into another table off the same form, but as the form is
continuous Access will not allow me to do this
If anyone has any thoughts or comments they would be appreciated
Richard
I have a form (frmFindAddressByJoborSite) which I have set to be a continous
form which only has one field (AssistFMJobNo) linked to a table
TblFindAddressByJobNo.
This form is for the user to find more than one address by Job No at a time
by entering multiple job numbers using the continuous form and then running
a report which uses the Job No entered to query tblNapsWork and filter as
appropriate.
However I am now trying to add a further field which is the AssistSiteRef,
so that the user can enter either the AssistFMJobNo or the AssistSiteRef and
the report can then pull data based on either of the above fields.
The problem I am having is this
1 I am relatively new and don't know if this is th best way to achieve my
end goal
2 As both AssistFMJobNo and AssistSiteRef are stored in the same table
then the relationship to tblNapsWork means that the query pulls up no records
unless I specify both numbers not just one
3 To get around the relationship problem I thought of entering the
AssistSiteRef into another table off the same form, but as the form is
continuous Access will not allow me to do this
If anyone has any thoughts or comments they would be appreciated
Richard