C
Chris Ashley
I'm programmatically creating a DataTable like so:
OccRow = OccupancyTable.NewRow
OccRow.Item(0) = ObjRS("RoomName").Value
Is there any way to give OccRow.Item(0) some sort of unique reference like
the tag property of other controls?
OccRow = OccupancyTable.NewRow
OccRow.Item(0) = ObjRS("RoomName").Value
Is there any way to give OccRow.Item(0) some sort of unique reference like
the tag property of other controls?