Hi all,
I am running Office 2003 Pro with Windows7-64. I have the following code fragment:
Dim rst As DAO.Recordset
Set rst = CurrentDb().OpenRecordset("SELECT * FROM tblOffices")
If rst.RecordCount <= 0 Then Exit Function
rst.MoveLast: rst.MoveFirst
Do While Not rst.EOF And Not rst.BOF...
Hi everyone,
I am new to this forum and this is my first post to the tek-tips. I am trying to generate a scale for plotting points on a report. While searching the net I came across the following code placed in a report's OnFormat event of the Detail section.
Dim td As Double
Dim X As...
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.