Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Form Coding
Why two rows in the form and only one in the recordset?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="LAS, post: 14023665"] I have a form with "continuous" = true. The form is bound, but when you first open it, no records will be retrieved because of the value of the parameters. When I first open it, recordcount = 0 and I see all of the controls. The bound controls are empty except for one which has a default value. I enter the data for the parameters and execute me.requery and get the expected row returned. RecordCount = 1. The controls are populated with the row's values. BUT!!! There are two rows visible now in the form! One is empty and one has the data from the recent me.requery. How can I get rid of the extraneous empty row in my form? TIA LAS [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Form Coding
Why two rows in the form and only one in the recordset?
Top