Hi,
This may sound dumb, but I am not very experienced with Access reports and am having a terrible time getting anything but gobbly-guck back in attempting to build the following:
I have a query that has the following columns:
ClinicID, ClinicName, Quarter, and CommunicationAvgScore
What I...
Hi,
I have a make table query in which I would also like to create an autonumber ID field for the new table in.
How can I do this? Add a new column, but then what?
Here is a MultiColumn DropDown example (VB):
Sub Page_Load(Sender As Object, e As EventArgs)
If Not Page.IsPostBack Then
Dim myConnection As SqlConnection = new SqlConnection _
("server=999.999.9.9;uid=user;pwd=password;database=nexample")
Dim myCommand As...
I got this working on for my dropdownlist populated on page load - very easy.
However, I'm having difficulty when a change is made after page load. I have two dropdown lists: hardware category and hardware sub category. When the category is changed, I pull a stored procedure that populates...
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.