Re: write input values from users to a text file



thank you for your help..!

but compiler is showing some error....

"sub or function is not defined"

it is for the following section in WriteToFile function

....CStr(Nz(Var, "")


actually i don't know what type of function is this...how i would define
"Nz".

thanks

nsdhakar

--
Message posted via http://www.accessmonster.com
.



Relevant Pages

  • Re: Word Programming - issue with Word versions and automation
    ... I guess this is why there are no Compiler ... this is why I suggested calling the appropriate Sub according to the ... > Sub test() ... > Dim myVer As Long ...
    (microsoft.public.word.vba.general)
  • Re: Word Programming - issue with Word versions and automation
    ... Edward Thrashcort nous racontait que: ... I guess this is why there are no Compiler constants ... Sub test() ... Dim myVer As Long ...
    (microsoft.public.word.vba.general)
  • Re: run-time error 5
    ... If you don't have a reason for showing the form twice, ... Private Sub cmdLdgTally_Click ... CurrentForm = CurrentForm + 1 ...
    (microsoft.public.vb.general.discussion)
  • RE: Not Sure How To Do This
    ... The filter/query is showing up on the strWhere. ... the information is showing up on the report. ... hovering over the mouse on strSQL in the Print sub is showing "" ...
    (microsoft.public.access.modulesdaovba)
  • Re: performance of subs vs. functions
    ... The compiler does not produce any functional code for the two examples. ... In fact I had to force the function or sub to do something before the compiler produced any real ... Public Function StubFunc() As Boolean ... Public Sub StubSub() ...
    (microsoft.public.vb.general.discussion)