Converting a list box to a datasheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a list box that I use to display the results of a query - the query
is dynamically generated using SQL statements which I then use for the
RowSource property of the listbox. Everything works fine.

I figured now it would be better to use a datasheet form to display the
results - this would be enbedded within my "Search" form.

Anyone know how to do this?? The subfor has no RowSource Propery.
 
Back
Top