Hi
I am having trouble with my button it is targeting a table that is not there and I cant find where to change it.(when you get to add new entry a new number should be added)
any help welcome.
database attatched
Thanks
Peter
Hi
I am having trouble with my button it is targeting a table that is not there and I cant find where to change it.(when you get to add new entry a new number should be added)
any help welcome.
database attatched
Thanks
Peter
The code behind the button calls a function named "NewCustID()". The non-existent table appears to be referred to there (tblPracticeEmployeeData).
Hi Paul,
How do I change that to tblVisites.
Thanks
Peter
Change "tblPracticeEmployeeData" to "tblVisites".
Hi Paul
I dont have that table where is it named
thanks
Peter
Like I said, in the function. See attached.
Hi Paul,
Problem resolved. Thanks for your help
Peter
Happy to help Peter.