hi,
Error 1 Name 'import' is not declared.
U have to write the namespace in the outside of the procedures that is it should be top of the coding in the form.
Error 2 'System.IO' is a namespace and cannot be used as an expression.
Error 7 Type 'File' is not defined.
U have to write the namespace in the outside of the procedures that is it should be top of the coding in the form.
write it in the single line " Imports System.IO"
While typing the keyword "Imports" and then press spacebar u wil get the list of namespaces.
If u given properly u wil definetly get the "file".
Error 3 Name 'SaveFileDialog1' is not declared.
Error 4 Name 'SaveFileDialog1' is not declared.
Error 5 Name 'SaveFileDialog1' is not declared.
U have to drag and drop the savefiledialog control from the toolbox to the form.
Error 6 Type 'Access.Application' is not defined.
u have to give the reference for that "access.application"
1. Project -> Add Reference
2. One Dialog Box will display then Select "COM" Tab.
3. Select "Microsoft Access 10.0 Object Library"
4. Click select
5. Click Ok
Modify the code according to my suggestions. Still u didn't get mean then i will send u the application. k
Best of luck
Have a Nice Day
Best Regards,
Shailu:)
hi,
thanks but it still doesnt work. i copied paste what you wrote and these are the errors that came out.
Error 1 Name 'import' is not declared.
Error 2 'System.IO' is a namespace and cannot be used as an expression.
Error 3 Name 'SaveFileDialog1' is not declared.
Error 4 Name 'SaveFileDialog1' is not declared.
Error 5 Name 'SaveFileDialog1' is not declared.
Error 6 Type 'Access.Application' is not defined.
Error 7 Type 'File' is not defined.
as you can see, there are 7 errors. any advice?