Skip to main content
Inspiring
July 10, 2008
Question

using insert record wizard with multiple recordsets

  • July 10, 2008
  • 1 reply
  • 344 views
I am trying to create a way for a client to insert records into their database using the record insert wizard. I would like them to be able to choose categories which are in separate tables. To get a pull down menu showing only the records in the given table, should i use a second recordset to get the values, and the original recordset to set up the main table information? Any help is appreciated. Thanks.
This topic has been closed for replies.

1 reply

Inspiring
July 11, 2008
>I am trying to create a way for a client to insert records into their
>database
> using the record insert wizard. I would like them to be able to choose
> categories which are in separate tables. To get a pull down menu showing
> only
> the records in the given table, should i use a second recordset to get the
> values, and the original recordset to set up the main table information?
> Any
> help is appreciated. Thanks.



Yes.