Re: launch form from list box criteria
From: Steve Schapel (schapel_at_mvps.org.ns)
Date: 03/06/05
- Next message: Steve Schapel: "Re: list box items"
- Previous message: Dirk Goldgar: "Re: MsgBox problem"
- In reply to: Russ: "launch form from list box criteria"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 06 Mar 2005 15:44:08 +1300
Russ,
Like this...
DoCmd.OpenForm "New_Visit_Patient_Entry", , , "[social security
number]='" & Me![social security number] & "'"
Assuming you don't have more than one patient using the same social
security number, this should work ok.
-- Steve Schapel, Microsoft Access MVP Russ wrote: > I have a list box with a name and social security number in it. the social > security number is the bound column. i need a code to launch a form entitled > "New_Visit_Patient_Entry" that opens for the patient highlighted in teh list > box. the patient is already entered into the form, i just need to open it to > review or edit the form. > > thank you, > russ
- Next message: Steve Schapel: "Re: list box items"
- Previous message: Dirk Goldgar: "Re: MsgBox problem"
- In reply to: Russ: "launch form from list box criteria"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|