I have had this trouble in the past, but i just added a lot of new code to my form. I am having trouble with the format of my form staying the same from each record. Meaning i type data into one form (Some of which has code to make fields move around my form). Then when i switch to the next form...
Hey guys i put a password on a button but i am having trouble with one part. See i need to put the code in my form "on current" and "after update". If you guys could help me revise this code that would be awesome. Here it is.
Private Sub Check1503_Click()
Dim Mypassword
Mypassword =...
Hi everyone. I made a data base with a form that a team of people will fill out. I would like to add perms or maybe a password to one field on my form. I am very lost on how to do this. Do i have to write VBA for it? or is it in the access program already. Thanks in advance.
I am having trouble with vba code for between. Such as if this box has a value within .11 and .25 then return "different control source" with "A". Like I said should be a simple enough question. I do not know why I can not get it. Thanks in advance
Hey guys first time posting in this section. I am wanting to move some fields to the center of my form depending on a combo box. The only thing i can find online is something along the line of me.right. I have no idea if this is correct or not. Some insight would be nice.
Hey all! I have a question about printing forms. Basically i have a custom form with custom commands such as if statements and such. Everything is great and wonderful until i try and print the forms. For example i have a project # in which i filter my forms under. From that filter i then go into...
Hi all i am trying to get a recall date on my form to auto populate using a combo box. In my combo box i have a "1 year", "6 Month" and "4 Month" options. When i choose one of those i want it to take the current date and add the appropriate time into the recall date field. Here is my code thus...
Ok so i got some help to write a line of code, but now i need a bit more help. Once again i am very new to coding so if you decide to help try to make it easy! :):) I have a custom form with a box called pressure range. When Pressure Range is above 30,000 i want another box to say something...
Hi everyone i am new to access. I am trying to build a custom form. I want to have a field called [Pressure range] change another field based on its value. For example if the pressure range is below 30,000 it would say one thing and it it was above 30,000 it would say another. How would i go...