Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange field population problem on form

Status
Not open for further replies.

tractorvix

Technical User
Jun 29, 2004
122
GB
Hi all,

I have a continuous form (form 2) which lists updates,
the very top of the form shows linked information from another form (form 1) as form 2 is a pop up form which opens on a button click from form 1. This all works tickety boo.

However, I am trying to get rid of the spare row at the bottom of the form (new record row) as I have a specific input box further up with unbound controls where I need them to enter new data, firstly because it looks nicer to have the new input box at the top rather than the bottom of the form and secondly so that I can do some error checking before I save the new record to the table.

So I have tried changing the allow additions property to no on the form, but for some reason this means that the fields at the top of the form do not get populated and show blank values.

I'm not entirely sure why this is or how I can get around it. Any input would be greatly appreciated.

Vicky

 
It's ok, I've found a work around
if I populate the fields in the on open event rather than binding them to form 1, it works.

Thanks anyhoo

Vicky
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top