Microsoft
Software
Hardware
Network
Question : Using a Field from a Table as part of the file name when saving in a module
How do I put a value from a field in a table into my SaveAs function using Visual Basic?
Answer : Using a Field from a Table as part of the file name when saving in a module
dim strName as string
strName=dlookup("[Field 1]","Table 1")
objWkb.SaveAs "\\lm\FileName" & strName & Month(Date) & "-" & Day(Date) & "-" & Year(Date).
Random Solutions
Determine the closest word in the list.
Intercept the "You must enter a value in the "FormName.FieldName' field." error message...
ALTER TABLE / ALTER COLUMN QUESTION???
How do I (can I?) create a multi-value field in Access?
SQL Server back-end not deleting record
Admin pack for windows 7
design mode in excel
Repeater: Defining a property of a control within a Repeater
button in excel
Multi-Select List Box Query