B
Brian
Hallo,
I have a unbound listbox. The OGID field is of type text.
The below code is based on a OGID field of type number. How do i change the
code to address the OGID text field? Thanx in advance for any suggestions.
Tried various coding but no succes.
Me.[OGList].Value = Me.[OGID].Value
Me.RecordsetClone.FindFirst "[OGID] = " & Me![OGList]
Me.Bookmark = Me.RecordsetClone.Bookmark
Me.[OGList].Value = Me.[OGID].Value
Regards,
Brian
I have a unbound listbox. The OGID field is of type text.
The below code is based on a OGID field of type number. How do i change the
code to address the OGID text field? Thanx in advance for any suggestions.
Tried various coding but no succes.
Me.[OGList].Value = Me.[OGID].Value
Me.RecordsetClone.FindFirst "[OGID] = " & Me![OGList]
Me.Bookmark = Me.RecordsetClone.Bookmark
Me.[OGList].Value = Me.[OGID].Value
Regards,
Brian