Hello,
I'm trying to write some code to take all the tables I have created and put their names in a list/table. I was able to do this with form names but not table names.
Dim obj As AccessObject, dbs As Object
Dim formsdata1 As Recordset
Dim i As Long
i = 0
CurrentDb.Execute " DELETE [All...
Hey,
Not sure if I'm in the right Forum, but here it goes. I thought I knew what I was doing apparently not. I want to count the number of times a 'word' appears in a column. Let's say I have a table called "January1", a column called "ItemCategory". I want to 'count' the number of times...
Hey,
Not sure if I'm in the right Forum, but here it goes. I thought I knew what I was doing apparently not. I want to count the number of times a 'word' appears in a column. Let's say I have a table called "January1", a column called "ItemCategory". I want to 'count' the number of times...
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.