zim_ulator
Registered User.
- Local time
- Today, 14:04
- Joined
- Dec 7, 2004
- Messages
- 12
Hello all,
I'm new-ish to Access, having developed in FoxPro some time ago, I keep finding analogies and parallels between the two to the extent that I'm developing a relational database.
I've decided to make my forms to be similar in functionality to my old work. With FP I used TRO and CodeBook templates, which make a complex application easier to develop by coding functionality into an event loop for me. So, now I'm trying something like this with Access, and I wonder if anyone's already done this.
At this point, I've got a form with an event loop in a module. This loop handles Add, Edit, Save, Cancel, and Delete record functions, and moving the record pointer to First, Previous, Next, and Last record; events are triggered by the click event on buttons in the form.
So far, everything works well except I'm getting hung up with a "Cancel" button which can undo an entry or edit. I think I'm onto a solution, and I'll post details later.
Mostly I'm doing this because I hate the way data is presented in forms for data entry: IMHO, the default behavior of adding records, for example, is to dangerous. With the app I'm developing now, I can't have my users easily change or delete data without safeguards. Any pointers, comments, wit, or satire would be appreciated; in other words, has this been done to death already?
Zim
invading an earth near you
I'm new-ish to Access, having developed in FoxPro some time ago, I keep finding analogies and parallels between the two to the extent that I'm developing a relational database.
I've decided to make my forms to be similar in functionality to my old work. With FP I used TRO and CodeBook templates, which make a complex application easier to develop by coding functionality into an event loop for me. So, now I'm trying something like this with Access, and I wonder if anyone's already done this.
At this point, I've got a form with an event loop in a module. This loop handles Add, Edit, Save, Cancel, and Delete record functions, and moving the record pointer to First, Previous, Next, and Last record; events are triggered by the click event on buttons in the form.
So far, everything works well except I'm getting hung up with a "Cancel" button which can undo an entry or edit. I think I'm onto a solution, and I'll post details later.
Mostly I'm doing this because I hate the way data is presented in forms for data entry: IMHO, the default behavior of adding records, for example, is to dangerous. With the app I'm developing now, I can't have my users easily change or delete data without safeguards. Any pointers, comments, wit, or satire would be appreciated; in other words, has this been done to death already?
Zim
invading an earth near you
Last edited: