G
Guest
when i navigate records on a form the list box should highlight the correct
record.
With an integer as the record id, the following worked just fine...
Private Sub Form_Current()
lstCompanies = [id]
End Sub
but lstCompanies = [idGUID] does not function properly and the row is not
highlighted. I have tried CAST(GUID AS nchar(36)) to use it as a text
string, but still no luck (values are duplicated)
Any ideas to nicely highlight the proper row in the list box for the
appropiate record in the form?
thank you
SQL Server back end
MS Access Project 2003 (ADP)
record.
With an integer as the record id, the following worked just fine...
Private Sub Form_Current()
lstCompanies = [id]
End Sub
but lstCompanies = [idGUID] does not function properly and the row is not
highlighted. I have tried CAST(GUID AS nchar(36)) to use it as a text
string, but still no luck (values are duplicated)
Any ideas to nicely highlight the proper row in the list box for the
appropiate record in the form?
thank you
SQL Server back end
MS Access Project 2003 (ADP)