Public Sub test()
Dim db As DAO.Database
Dim rst As DAO.Recordset
Set db = CurrentDb
Set rst = db.OpenRecordset("SELECT Somefield FROM SomeQuery WHERE ID=" & Forms![MyForm]![CodeID] & " AND Field2 like 'Ç.2*'")
Debug.Print rst.RecordCount
End Sub
This gives me always the...
Hi there
Is there a way to automate a Word Textbox from Access ?
Everything in Excel and Access has a name to refer to. I thought this whould be easy in Word too but...
Thanks in advance.
Is there a way to manipulate datasheet view column headers, especially in subforms ?
ie to make the header two lines, to make it vertical, to change font, colour, style or i want to much from Access ?
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.