Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: Try this; [code]sFilename = Format(date,"MMMM") & Format(date,"DDDD") & Format(date,"YYYY") & Format(Time,"HH") & Format(Time,"NN") & Format(Time,"SS") & ".PDF" [/code] The above code will result in JuneFriday2007173710.PDF | |
Re: Remember that you can only search on 1 field with the FindFirst method. The following code will not work; [CODE] rs.findfirst "NAME=" & 'NAME' & " AND POBOX=" & '2300 PD' [/CODE] |
The End.