Re: Clearing form after save
From: Nigel Reed (see_at_www.nelgin.nu-slash-qconfirm.html)
Date: 02/12/05
- Next message: AlCamp: "Re: Datasheet Form Colors"
- Previous message: Penguin: "Re: required entry"
- In reply to: Penguin: "Re: Clearing form after save"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Feb 2005 22:35:50 -0600
Penguin <caseythepenguin@yahoo.com> wrote:
> 1st question. After saving the data, you could enter code to go to a
> new record. Something like: DoCmd.RunCommand acCmdRecordsGoToNew
I managed to just add the following into the click_save function
DoCmd.GoToRecord , , acNewRec
> 2nd question. Try using a combo box. This will show existing data and
> if its new data you can add the entry using the NotInList property.
Ok, I'll give that a try. Thanks. I'm going to get an Access 2003 book
from the library to help me through a few other things.
> Hope this helps.
Yeah, it does. Thanks for taking the time to repsond.
Regards
Nigel
-- www.myoldcontacts.com - Tell your friends to tell their friends www.sysadmininc.com - Consultancy, Service, Sales, Networking... www.british-expats.com - Connect with British Expats World Wide www.kxez.com/shows_britishinvasion.php - 9-11pm Sunday. KXEZ 92.1 FM "I reject your reality and substitute it with my own" --Adam Savage.
- Next message: AlCamp: "Re: Datasheet Form Colors"
- Previous message: Penguin: "Re: required entry"
- In reply to: Penguin: "Re: Clearing form after save"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|