Hi All,
I want to set a public (global) variable via a query in VBA for Access. I have an idea like this:
Dim SomeNum as Integer
SomeNum = "Select sometable.field from sometable where sometable.field=Form!frmform!field
I think I'm close, but something is missing or I may be way off. Any...
I'm working with Crystal Reports 11 and I needed to add a couple parameters to a report. However, these parameters need to be optional. As it stands two date parameters I added are currently required as the prompt dialog will not run the report without the dates being filled in.
How do I go...
I have the following code on my form to assist with autofilling other controls on my form. This works great, however, once the county field value has changed I cannot move to other fields on my form.
*******Begin Code*******
Private Sub County_AfterUpdate()
If IsNull(Me.County) = True...
I’m trying to get certain fields within my form to populate from a table based on another control’s value. For example, when a user selects a county from a drop-down the fields for district number and job type should automatically fill with information that pertains to that county on the form...
I was recently "elected" to add a field to a stored procedure but when I have everything in place I get the following:
"Error 8155: No column was specified for column 14 of 'a'."
I have colored the changes I made. Any ideas on what I am doing wrong or missing?
Thanks!
***Begin Code***...
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.