Here is what I have so far:
<Begin of code>
Private Sub cmdPrtOnePage()
On Error GoTo Err_cmdPrtOnePage
Dim stDocName As String
Dim db As Database
Dim rs As Recordset
Dim i As Integer
Set db = CurrentDb
Set rs = db.OpenRecordset("Select Project from Project")
rs.MoveLast
rs.MoveFirst
For...
I need all the help I can get on this one. In Access 97 I have a report, OPW-All Projects that does fine if you want to print it as one .pdf file. What I would like to do is print a .pdf file for each record that shows up in the report. In other words, is there a way that I can use a field...
Here is the deal. I have a drop down menu with about 50 projects numbers in it. I also have a project desc field. I want to have my users select a project number from the drop down menu and auto populate the projects desc field. How can I do this?
Here is the deal. I have a drop down menu with about 50 projects numbers in it. I also have a project desc field. I want to have my users select a project number from the drop down menu and auto populate the projects desc field. How can I do this
I'm currently working in SQLTALK trying to do a global change to the last 4 digits of my activity table. For example, I'm needing to change 2004323I400 to 2004323D858.
update av_activity x set act = replace(act, '%I777', '%TEST') WHERE ACT LIKE '%I777'
AND EXISTS (SELECT MP FROM...
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.