Basically I have made a database that does all of my company's human resources needs. Now I have no training and everything has been learned from trial and error and/or looking up on the internet, but try as I might, I cannot find the answer to this question.
Basically on one of the forms to enter the personal information of an employee I enter their physical and mailing address. I have a check box that I would like to automatically fill the mailing address with the physical address if the checkbox is filled.
I have tryed the following in the coding area, but it will not work:
If MAILCHECK.text = 1 then MAILADDRESS.text = PHYSADDRESS.text
(I also had if 0 = " " ) ( (The MAILCHECK is the checkbox name, and the other two are the names of the text boxes from the table that need to be filled)
Truthfully this is purely cosmetic and doesn't hinder the database, but it is really annoying and not as perfect as I want it.
I hope I explained the problem well, and someone will have the knowledge to help me. Otherwise I have to keep pounding my head on the screen and having migraines! Thank you.