G
Graeme
Hi
I have created by Issue # field to except text. The Issue # field is a primary key. With this primary key I have created a listbox. Now, through the listbox I would like to select the Issue # field and open the form (Issue-General) for only that Issue #.
Private Sub Command8_Click(
On Error GoTo Err_Command8_Clic
Dim stDocName As Strin
Dim stLinkCriteria As Strin
stDocName = "Issue - General
stLinkCriteria = "[Issue #]=" & Me![List6
DoCmd.OpenForm stDocName, , , stLinkCriteri
Exit_Command8_Click
Exit Su
Err_Command8_Click
MsgBox Err.Descriptio
Resume Exit_Command8_Clic
End Su
I have created by Issue # field to except text. The Issue # field is a primary key. With this primary key I have created a listbox. Now, through the listbox I would like to select the Issue # field and open the form (Issue-General) for only that Issue #.
Private Sub Command8_Click(
On Error GoTo Err_Command8_Clic
Dim stDocName As Strin
Dim stLinkCriteria As Strin
stDocName = "Issue - General
stLinkCriteria = "[Issue #]=" & Me![List6
DoCmd.OpenForm stDocName, , , stLinkCriteri
Exit_Command8_Click
Exit Su
Err_Command8_Click
MsgBox Err.Descriptio
Resume Exit_Command8_Clic
End Su