I am working on a project for my university where data about graduating students is imported and then a report is generated that will be the layout for the graduation ceremony program. This requires, of course, several subreports. I need one of these to have two columns of students names...
Does changing my Row Source Property to
"SELECT [QryLogOn].[Name], [QryLogOn].[Password], [QryLogOn].[EmployeeID], [QryLogOn].[EmployeeType] FROM QryLogOn;"
from
"SELECT [QryLogOn].[Name], [QryLogOn].[Password], [QryLogOn].[EmployeeID] FROM QryLogOn;"
not add the...
I am having problems with storing a value from a combo box in a VBA variable. The code I have been using has worked wonderfully, however, I am having a problem when I reference a column in the combo box beyond 2.
ex: strcboEmployeeType = Me!cboEmployee.Column(3)
I always get an error message...
I have a form that allows employees to select their name from a list, and then they must enter a correct password into a text box before they are allowed to continue. It works great, except that it is case sensitive, and that will confuse our employees... I guarantee. I obviously must have the...
I am working on a database in which the end user would input address information into a form. How would I go about having the input mask for the Postal Code text box change the input mask depending on the data in the Country text box. In other words, if the address was in the USA, I would want...
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.