Expand my Community achievements bar.

Please novice w/addnew button and more

Avatar

Former Community Member
I am running out of solutions. I have read everything related to this topic. Including looking on the help and reading what someone else found in the Help documents (Attaching a database script to a button, etc).



I have also read all messages related to addnew buttons to a PDF that are connected to a MS Access database file within this forum.



What I have achieve is binding all my fields to my database. Now I need to add buttons (First, Previous, Next, Last, AddNew, Update, Delete, Cancel, etc..)



Nothing seems to work for me. I tried the link of:

"Data Connection - Search for record"

"Problems with addNew...it doesn't work"

"MS Access Saving - What's Next?"



I am not JavaScript savy. Don't know a clue about it. Yet...I follow cookbook recipes pretty good.



Thank you.

Jen
2 Replies

Avatar

Former Community Member
I have the same problem...



Apparently the instructions do not include a vital bit of information.

Avatar

Former Community Member
You try to get your DSN connection to point to another database like MySQL, keep all you code the same and see if that works. It might have something to do with the Access database you have set up.



Also make sure that you are using the code:



xfa.sourceSet.DataConnectionName.next(); and so forth.



Catherine