SallyJenkins
Registered User.
- Local time
- Today, 08:43
- Joined
- Nov 2, 2012
- Messages
- 13
I hope I've posted this issue in the correct forum.
‘ Get the ID from the list box
sContactId = Me.lstHusbLast.Column(2)
‘ Convert ID to integer
iContactID = Int(sContactId)
DoCmd.OpenForm "ClientServicesInput", , , WhereCondition:="Clientid =" & iContactID
Please see attached file with screen shots.
‘ Get the ID from the list box
sContactId = Me.lstHusbLast.Column(2)
‘ Convert ID to integer
iContactID = Int(sContactId)
DoCmd.OpenForm "ClientServicesInput", , , WhereCondition:="Clientid =" & iContactID
Please see attached file with screen shots.