Greetings:
I have scoured the internet and gotten several useful tips from the experts here, though, I still have the same problem.
I have a form with a combo box with a rowsource connected to tblState which is a simple state lookup table. The rowsource is as follows:
SELECT...
I have two text boxes on a form. I have requested that they both grow and shrink.
When the information is returned on the form, the boxes do not grow or shrink. They are both attached to memo fields.
Can anyone help?
Thanks in advance.
Sahaitu
Greetings:
I have a form that I would like to filter based on a selection in one combo box. I used the "Filter the Form Based on My Selection" wizard.
I have the following code in the combo box:
Private Sub Combo4_AfterUpdate()
' Find the record that matches the control.
Dim rs As...
Greetings:
I have a database with a table stored on the backend and a shared server. These tables are linked to a form.
I would like to have the information inputted into the form placed into tables on the shared server and tables on a more private server.
I guess I forgot to mention, the...
Greetings:
I have a database with a table stored on the backend and a shared server. These tables are linked to a form.
I would like to have the information inputted into the form placed into tables on the shared server and tables on a more private server.
I guess I forgot to mention, the...
Greetings:
I have a database with a table stored on the backend and a shared server. These tables are linked to a form.
I would like to have the information inputted into the form placed into tables on the shared server and tables on a more private server.
Is this possible?
Any help is...
I have a form: frmMain and a subform fsubDevExac. There are three unbound combo boxes cboIssue, cboSubIssue and cboSubCategory on the main form that serve as lookup boxes on frmMain.
Their information comes from tblIssues, tblSubIssues, and tblSubCategories. There is code behind each of these...
Can anyone offer any suggestions as to how I would link two databases on two servers.
Scenario:
I have a legal database that captures issues for different member associations.
There is another database that captures issues for the same associations, though there DB will be installed on a...
Can anyone help? I have the following situation:
I am trying to open a form blank so I set the for to data entry allowed and typed in the following code for my lookup combo box:
Dim strMyData As String
Dim strMyFilter As String
strMyData = Me![Combo42]
strMyFilter = "[LITID] =...
Greetings All:
I have a form named frmMain. I have a subform named frmDevExac. The parent form (frmMain) has four unbound combo boxes which draw information from four tables. The child form should be populated based on the selections in the parent.
I have linked both forms using the wizard...
My job wants me to develop a database which lists cases based on the following options:
Issue
SubIssue
SubCategory
State
Once your criteria are defined through the above choices via cbo's, they want the returned records to resemble a report that has already been created. Is it possible to have...
Greetings:
Can someone assist?
I have four combo boxes that I would like the default value to equal "All". And of course if "All" is selected, for each related record to be returned.
Any assistance is appreciated.
Greetings:
I am having some trouble in Access 2003. I have a form (frmTest) linked to three tables (tblIssues, tblSubCategory, tblStates). I have combo boxes representing each table on frmTest and they are parent and child linked to a subform.
I am aiming to allow a user to select a value from...
Greetings:
I am having some trouble in Access 2003. I have a form (frmTest) linked to three tables (tblIssues, tblSubCategory, tblStates). I have combo boxes representing each table on frmTest and they are parent and child linked to a subform.
I am aiming to allow a user to select a value from...
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.