Form not creating a recordset

  • Thread starter Thread starter graeme34 via AccessMonster.com
  • Start date Start date
G

graeme34 via AccessMonster.com

Could anybody help me out?
I have a combobox on a form, that populates the other control boxes after
update.
The problem I'm having is the form does not seem to be creating a recordset???

It has a control source (tblAccount), yet when I use the me.recordsetclone
method it is not creating a recordset set, any suggestions???
Graeme
 
Hi Graeme,

A form doesn't have a control source, it has a record source. If the
Me.RecordSource is empty, it's an unbound form and doesn't have a
recordset to clone.
 
Back
Top