C
Craig Buchanan
I'm using replication ids in my application and need a few questions
answered.
1). if i create a property in an Access class module, that it the type
for a replication id? a string seems to work. is there a better choice?
2). I am trying to add an entry to a two-column listbox, where the first
column is a replication id and the second is a name. here's the code:
Me.Available.AddItem Chr(34) & kv.Key & Chr(34) & ";" & Chr(34) & kv.Value &
Chr(34)
the replication id end up like {guid
{1E8148DE-BB24-494E-A36F-74938922C5ED}}. if i bind a query, that include
these two columns, directly to the listbox, the replication id resembles
{1E8148DE-BB24-494E-A36F-74938922C5ED}. Is there a better approach when
working with GUIDs and listboxes?
Thanks,
Craig
answered.
1). if i create a property in an Access class module, that it the type
for a replication id? a string seems to work. is there a better choice?
2). I am trying to add an entry to a two-column listbox, where the first
column is a replication id and the second is a name. here's the code:
Me.Available.AddItem Chr(34) & kv.Key & Chr(34) & ";" & Chr(34) & kv.Value &
Chr(34)
the replication id end up like {guid
{1E8148DE-BB24-494E-A36F-74938922C5ED}}. if i bind a query, that include
these two columns, directly to the listbox, the replication id resembles
{1E8148DE-BB24-494E-A36F-74938922C5ED}. Is there a better approach when
working with GUIDs and listboxes?
Thanks,
Craig