Charlotte Foust
cfoust at infostatsystems.com
Tue Oct 12 12:12:28 CDT 2004
The problem is still one of continuous forms. The only thing that creates a continuous form is a bound recordset. With unbound forms, you have to view one record at a time. A continuous form is an optical illusion of sorts, with only one set of controls on the form, so there is no unbound equivalent unless you want to populate a list box or a grid with the data. Charlotte Foust -----Original Message----- From: ACTEBS [mailto:actebs at actebs.com.au] Sent: Tuesday, October 12, 2004 9:06 AM To: access group Subject: RE: [AccessD] Recordset to a Continuous Form Susan, I'm not sure what you mean by the "forms recordset" property. The Help MS provides with this property is more to do with using it like: Set rst = me.recordset................ But that is assuming you have a bound form to a query or table. Is there another method you have in mind that I'm missing? Thanks Vlad -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins Sent: Wednesday, 13 October 2004 1:24 AM To: 'Access Developers discussion and problem solving' Subject: RE: [AccessD] Recordset to a Continuous Form I've never tried this -- would the form's Recordset property work? Susan H. There's not really any such thing as a continuous *unbound* form. The only thing that makes it a continuous form is the bound recordset. You can display a recordset in a grid control, but it won't behave the same as a continuous form. Perhaps if you explain what you're trying to actually accomplish, someone can help. Charlotte Foust -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com