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...
also in the original code IF NewlyaddedCompanyName = unique then
InvoiceNumber = 1
End If
IF NewlyAddedCompanyName = has appeared x times then
InvoiceNumber = x
NewlyAddedComanyName is pseudocode i should have rephrased to
IfTheCompanyIJustAddedToMyQuery =...
i created a form with a new text box and built an expression but the value returned was "#Name?"
also i did not know how to incorporate it into an existing query.
SELECT [tblJobs].[JobID], [tblCompany].[CompanyName], [tblCars].[Registration], [tblTyres].[Tyre Type]...
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...
the relationship between tblcompany and tblcars is a 1 to many relationship between a companyID primary key in tblCompany and another in tblCars as can be seen
here: www.v-loaded.com/stal1n/relate.gif
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.