D
David Paynter
I am attempting to fill a ListBox from a recordset which has been generated
from a DB that has been opened within a Workspace/Transaction. However,
setting the RowSource property to the table containing the records (which
have just been appended, but not yet committed) does not load these records
into the Listbox. I assume that this is because the ListBox is looking at
the same table, but accessing it directly and not within the workspace.
I can generate a recordset using code to hold these records, but can't
transfer this into the Listbox? Is this possible?
Is another control (that will automatically define columns, etc) more
appropriate to display the records on a Form? How would this be implemented?
from a DB that has been opened within a Workspace/Transaction. However,
setting the RowSource property to the table containing the records (which
have just been appended, but not yet committed) does not load these records
into the Listbox. I assume that this is because the ListBox is looking at
the same table, but accessing it directly and not within the workspace.
I can generate a recordset using code to hold these records, but can't
transfer this into the Listbox? Is this possible?
Is another control (that will automatically define columns, etc) more
appropriate to display the records on a Form? How would this be implemented?