I adjusted to show the code properly
Option Compare Database
Option Explicit
Private Sub CalculateService()
Dim rsA As DAO.Recordset
Dim rsS As DAO.Recordset
Dim lngEmp As Long
Dim strBeg As String
Dim strType As String
Dim intCount As Integer
Set rsA = CurrentDb.OpenRecordset("SELECT *...
Hi Colleen,
I'm still a little confused about your tables you listed above, but it looks like the "Appointment" table is the most relevant, since it lists the Begin Date and employment status. Not sure how you need to be able to show this, but I would suggest creating a new table with...
I initially came here having found the following thread:
thread701-1554516
This person was experiencing the same problem I am: Access 2007 does not appear to support importing/exporting text files using extended ASCII characters as delimiters. I am also trying to import Concordance DAT files...
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.