Each of the fields in the tables of my database are updatable, but when I create a recordset using the following code, the fields are not updatable. I get Error #3027, Can't update...Object is read only on line #80.
Can anybody tell me why, and what I can do about it.
Public Sub DeleteCat()
On...
I have a sub beginning with the following code:
Public Sub PreviousCat()
On Error GoTo EditCatError
Dim I As Integer
Dim MyDB As Database, MyRs As Recordset, FilteredSet As Recordset, CatQuery As String
10 Set MyDB = DBEngine.Workspaces(0).OpenDatabase("C:\Program Files\Microsoft Visual...
I have an array of labels whose captions list candidates on a ballot. I want to make the captions of equal length regardless of some variations in the length of the candidates' names. Right now, I have the following code:
Number = 32 - (Len(CandidateName) + Len(Affiliation))...
I get a run time error 5 (Invalid Procedure or Argument) in the compiled version of my program only, when trying to use the MsgBox Function to display a message in a Click Event Procedure.
Here's the Procedure:
Private Sub Check5_Click(Index As Integer)
On Error Resume Next
'Countem to make...
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.