my code is as follows
Public Function MergeReportData()
Dim strPath1 As String
Dim strPath2 As String
strPath1 = "P:\Apps\32BitWin\Office2000\PFiles\MSOffice\Office\WINWORD.EXE"
strPath2 = "N:\MyWork\ASComp\ASCoursework\rawCompanyOverOneYear.doc"
Shell strPath1 & " " & strPath2...
pseudocode for the code i want like is as follows, i am just having problems applying the correct syntax.
IF NewlyaddedCompanyName = unique then
InvoiceNumber = 1
End If
IF NewlyAddedCompanyName = has appeared x times then
InvoiceNumber = x
this code is an...
This is the error message that is displayed in my form when i i try and add new details. The form runs of a query which runs of two tables which are related appropriatly. The whole point of the form being to add a company and attach a car to it. I can type in the company details fine but i...
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.