rtdc
Registered User.
- Local time
- Today, 07:30
- Joined
- Feb 27, 2007
- Messages
- 55
I am trying to open another form from a double click on a combo box and it won’t work, I have done this before without problem but for some reason it won’t play. It’s giving me a headache, Help.
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Assets"
stLinkCriteria = "[SerialNo]=" & Forms![Items at Branch]![Items at Branch SUB FRM].Form![ItemSerialNo_Field]
DoCmd.OpenForm stDocName, , , stLinkCriteria
What am I missing? (apart from a brain).
Cheers.

Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Assets"
stLinkCriteria = "[SerialNo]=" & Forms![Items at Branch]![Items at Branch SUB FRM].Form![ItemSerialNo_Field]
DoCmd.OpenForm stDocName, , , stLinkCriteria
What am I missing? (apart from a brain).
Cheers.