marcoman44
IS-IT--Management
The first form is "RX" which has "Provider_ID" as a field. The second form is "Provider" which provides basic information on the Provider. The RXform is in DataSheet view and I want to be able to double click on these fields to provide a filter to the "Provider Form": First Name, Last Name, Provider _ID.
I am trying this, I think I need to better understand the Where Condition and how to call the routine:
Private Sub viewProvider()
DoCmd.OpenForm "Provider"
Exit Sub
How do I achieve this?
Thanks,
Fred
I am trying this, I think I need to better understand the Where Condition and how to call the routine:
Private Sub viewProvider()
DoCmd.OpenForm "Provider"
Exit Sub
How do I achieve this?
Thanks,
Fred