Pretty sure the after update event happens after the record is written to the database.
On Thu, Aug 19, 2010 at 1:11 PM, Bruce Sorge <[email protected]> wrote: > > Well as luck would have it the access app I have sort of works. Here > is the current issue. > The names are in a combo box and it populates fine, and when I select a > name it populates the rest of the form with their data. When I click the > button to add a new person though, this is where my issue arises. I > click the add new button, the form is blank as it should be. I add the > persons name then tab over to the next field. The control refreshes when > I do this and when I add the information into the rest of the fields, > they get inserted into a new row. So lets say I have 36 people in the > database. I add a new person, and in the user name field the new name is > there on line 37. The rest of the information is inserted in line 38 > though. Here is my code that populates the list and also the code for > adding a new person. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:325611 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
