the code works fine when I remove the information from the class initialize. The error is in here
Private Sub Class_Initialize()
Dim Ctr As Control
Set ControlCollection = New Collection
For Each Ctr In oForm.Controls
Select Case Ctr.ControlType
Case acLabel...
Hi,
I am trying to better understand the class modules in Access vba. I created my first class and I am getting a variable not set error and I can not figure out what is the problem
Any guidance will be greatly appreciate.
' the class module has the following code'
Option Compare Database...
Hello,
I am looking for some guidance on the following sql statement which I am using as a record source of a form.
I am not sure if I can use the DLookup in this way. Some of the issue is the comma after the Dlookup. when I have the comma is indicating error "3141 the SELECT statement...
Hi,
Any input will be greatly appreciated
I have a form where I open another form using the Open Args. The form opens the correct record without any issue. I noticed that in the form that is open, there is a combo box that is displaying no value or blank value even thought the primary key...
hello all,
I am looking for any thought regarding an unbound check box in a form that is not working. The box can not be check or uncheck.
Any thought will be appreciate
I am just trying to filter record and copy value base on a criteria. Once the first value is copy I want o bookmark the record on the destination table so I can copy the second value to the same record
I declared the RSbookmark mark as variant. I did not copy this part of the code but I state it on the information.
the bookmark was set on the else statement