Private Sub Form_Load()
Dim l_title As String
Dim l_title1 As String
Dim l_title2 As String
Dim l_title3 As String
**l_title = DLookup("Customer", "tblParameters")**
l_title1 = DLookup("Project", "tblParameters")
l_title2 = DLookup("Location"...
I am attempting to create a form in which the enduser will be able to click a command button and change the title of the form. The title of the form is made up of 4 Label boxes(will change to text if needed).
(Customer)
(Project)
(Location)
(Type of Form)
When the command button is clicked I...
In a database I am creating, the client wishes to be able to change the title of the form and report by clicking a control button on the form. I have it set up so far that when they click this button another form pops up and allows them to enter the info into a set of text boxes, which are...
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.