Hi all,
I'm sorry if this seems like a really silly question but, how can I add a new record to my Access db without overwriting the current record being displayed in my contact manager?
I've gone through the DBPro tutorial, have read through the help files fairly thoroughly, and have my project working quite well all the way up to this point. If I have a record open (an active record), I can overwrite the data in each field (name, profession, etc. etc. etc.) and use the Action Command dbpAddRecord "My_contacts" "Demographics" to add the new record, but it overwrites the existing record.
In the DBPro tutorial they walk you through opening the database via a grid and the "add record" button is already buried in the code (I can't see what Action Command it's set to because the button doesn't appear to be accessible other than at runtime) but it seems to create the new record on a new line in the database. This is what I want to achieve, obviously.
This seems like something really basic I'm overlooking and any help would be appreciated.