Search results

  1. sunilvedula

    how do we create an automatic backup of a database

    I am sorry for the delay in responding. I was stuck with worin in office all these days. I initially created the path where it was to be stored and then i checked the refernces "Microsoft Scripting Runtime",. The code which i am follwoing right now is below: I called the function with a button...
  2. sunilvedula

    Back up On exit

    thanq it is resolved. thanq it is resolved now.
  3. sunilvedula

    how do we create an automatic backup of a database

    How do we create a password for backup Hi, The backup was successful! However, we are now required to create a password for the backup file. It should prompt us to create a password for the backup file when we click on the 'Backup' Button. Is it possible? If so, how?:o Thank you in advance...
  4. sunilvedula

    how do we create an automatic backup of a database

    i tried this code but there is an error Public Function BackupAndZipit() 'This function will allow you to copy a db that is open, 'rename the copied db and zip it up to anther folder. 'You must set a reference to the 'Microsoft Scripting Runtime' for the CopyFile piece to work! 'Thanks to...
  5. sunilvedula

    Back up On exit

    hi i tried the code but i get an error It says that "File not found" and on the line "fso.CopyFile sSourcePath & sSourceFile, sBackupPath & sBackupFile, True" i have a doubt is that do we need to create the file "BackupDB_" or does the proram create it for u.
  6. sunilvedula

    how do we create an automatic backup of a database

    Hi to all, what i want is to be able to create a backup of the database with a click of a button. If the admin wants to do that. How do i do that. Any code or procedure to follow would be of great help. thank you sunil.v
  7. sunilvedula

    problem with splash screen

    hi, When i run my project there is a splash screen which comes and fades automatically. When i run it in my department it works fine. But when i try to run it on the other department there is the following error and i cant understand what needs to be done. my understanding is this is a macro...
  8. sunilvedula

    how do i learn vb.net and sql server . help??

    you know what i found an excellent site www.learnvisualstudio.net and it contains videos which we can download and learn by seeing it. It is aimed for all. check that out and i am already doing it. it is awesome.
  9. sunilvedula

    how do i learn vb.net and sql server . help??

    Thanks buddy, But i have already passed through that phase of taking drinks. Now i am trying to get to talk to monitor. Thanks for the advise. But if u can suggest me any online tutorialsite which is worth a visit it willl be greatly beneficial. As u see we are already talking to monitors.
  10. sunilvedula

    how do i learn vb.net and sql server . help??

    hi to all, can anyone tell me which site do i go or which is the easier way (faster) to learn sql and vb.net. How much time would i require (an average). If any one can furnish the information it wuld be quite helpful. I have vb studio 2005 installed. I finished a project in MS- ACCESS and...
  11. sunilvedula

    Unable to validate other user names and passwords from the Domain or Network.

    yes i have been using window login form it does work. but it returns only the person who is logged in information (username and password). i want it to be able to recognize all the users loggeed into the network. is it possible or am i asking for more.??
  12. sunilvedula

    how to extract the req info to the report

    thanq for all it has been resolved
  13. sunilvedula

    how to extract the req info to the report

    hi i want the report to display only the selected fields but it displays the complete list. pls have a look at the code and help me. Private Sub CmdOploss_Click() Dim rs As New ADODB.Recordset Dim Cnxn As New ADODB.Connection, q_str As String Cnxn = "Provider=Microsoft.Jet.OLEDB.4.0;Data...
  14. sunilvedula

    How to use excel fields in access forms

    Hi , I am trying to use an excel file which i linked to access. I want to use those fields in a form. How do i do that???? when i try declaring it says that "tbl" is not a mdb. what do i do????
  15. sunilvedula

    Unable to validate other user names and passwords from the Domain or Network.

    hi,:) I am trying to validate the user name and password. The problem is I want any other user in the Domain to be able to login( his Domain user ID and password should be accepted ) except the person who has already logged in. Is it possible?:confused: Please help!!!! I am currently using...
  16. sunilvedula

    submit button should be deactvated before entering the password

    how to get username and password of all user in domain Hi to all, I am using access as both front and back end. I have designed a form in which 2 users (manager and associate) enter the data of the associate. After entering the data they click on tick button to show their acceptance. Now the...
  17. sunilvedula

    PASSWORD on command button

    thanq it got resolved Thanq i got the answe for the site u mentioned. It was of great help:) :p ;)
  18. sunilvedula

    Excel into access and vertical columns? how?

    did u try link tables into access Try the option export and then link tables and u should be able to get the table into access. I think once you that you will be able to make necessary changes. just try. I am also relatively new. Sorry if it does not solve your problem.:)
  19. sunilvedula

    PASSWORD on command button

    can u send/ show us the code for password on command button Hi , i just wanted to know where was the path or the code for the password on te command button. i just wanted to see if it varies from what i have written.:)
  20. sunilvedula

    syntax error- Rrequire help

    Thanq all and the issue is resolved Thanq all the issue has been resolved and it is working fine.
Back
Top Bottom