Unbound continuous form?

  • Thread starter Thread starter LAS
  • Start date Start date
L

LAS

Has anyone ever used a completely unbound continuous form? All the examples
I've seen assume that only one row is retrieved in the recordset. That is,
that the form is a single, not a continuous form.

TIA
LAS
 
Has anyone ever used a completely unbound continuous form? All the examples
I've seen assume that only one row is retrieved in the recordset. That is,
that the form is a single, not a continuous form.

TIA
LAS

You cannot use a completely unbound continuous form. A continuous form must
get its data from SOMEWHERE - a table or query.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 
Yes, it dawned on me after I posted this that unbound controls in a
continuous form all have the same value.
 
Back
Top