hi,
I have 2 databases,
1 called NCR, the other called MRS
The MRS is used for purchasing material , and creating customer orders, booking in parts etc
the NCR is used for recording errors.
therefore what I would like to do is
when a part is purchased and it has an error, an NCR ( NON COMFORMING REPORT ) will be issued.
one of the fields in the NCR is "PO NO" there is also a field in the MRS called "PO NO"
What I want to do is double click on the line and then this runs the macro opens up the NCR record where "PO NO " Matches
I know on the double click you can have the first line of the macro like this
Forms]![status]![rejected subform].[Form]![P/O No].[Visible]
but I do not know how to open the NCR database keep the visible and find the NCR
any help appreciated
steve
I have 2 databases,
1 called NCR, the other called MRS
The MRS is used for purchasing material , and creating customer orders, booking in parts etc
the NCR is used for recording errors.
therefore what I would like to do is
when a part is purchased and it has an error, an NCR ( NON COMFORMING REPORT ) will be issued.
one of the fields in the NCR is "PO NO" there is also a field in the MRS called "PO NO"
What I want to do is double click on the line and then this runs the macro opens up the NCR record where "PO NO " Matches
I know on the double click you can have the first line of the macro like this
Forms]![status]![rejected subform].[Form]![P/O No].[Visible]
but I do not know how to open the NCR database keep the visible and find the NCR
any help appreciated
steve