I have a project deliverables table with a field called due date, i need to query this table so that values appear were the due date equals todays date. I am unsure how to do this and would appreciate any help you could give me, thank you in advance.
When I placed the DoCmd.Close line in the code, I got the following error message "The action cant be carried out while processing a form or report event".
The reason for this may be that when the user logs on they must select a department(from a field also on the log on form) and...
I have a logon form that checks user id and password, once you click the login button a new form should open called "frmWelcome" and the "logon" form should close.The problem is that when a users password is authenticated the welcome form opens but the logon form does not...
I have three check boxes on my form called medium type, you can only choose one of the checkboxes.
If email is checked the value of 1 is entered into the table. If meeting is checked the value of 2 is entered into the table. If phone call is checked the value of 3 is entered into the table...
I have a project input form with project id as the primary key in the table where the values are stored.The id is a number and I would like to be able to add a new id by clicking on a command button that would automatically increment the last value entered.Id really appreciate it if you could...
I have a form with a combo box listing project ids (1,2,3 etc..).I want to be able to select an ID and then click on a command button to open a form called Action_Items with the specific record relating to the id selected showing.Eg if I select project id 1 and then press the command button to...
I have a project id number field that must contain project codes begining with P and 5 characters in length (this has already been validated for in VBA).I have a button for new projects, when button is pressed I want the number to generate the next value eg:if first project number is P0001, once...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.