Search results

  1. S

    Browsing Folders

    Hi Rob, I am facing the same problem can you please help me if you solved yours ?? Thanx
  2. S

    Macro Within a form

    How ?? Ok thanx.. You know how ??? the problem is i never used modules. I have always worked with macros :confused:
  3. S

    Macro Within a form

    Hi, Is it possible to create a button in a form and then add codes to it and when clicked it updates an exsisting macro ?? Example: I want to import an excell sheet, of course i have to use a macro, however, could i create a button that when clicked it updates the macro details like change the...
  4. S

    Open and impirt file ?

    Thanx.. But Thanx for the link. IT WORKS PERFECTLY. However i am facing another problem. How can you import the seleted file. I mean what i am getting now is "Please select the file" and then nothing happens.. How can i import that file into my form ?
  5. S

    Open and impirt file ?

    Hi all, Can anyone help with this ? I created a button that imports a file normaly using Macros. But i was thinking.... Is there a way where you can click a button and then browse for the file ?? you know like choosing the location of the file and then selecting it ? Thanx
  6. S

    Encryption

    Hi, I know this may sound strange but is there a way to Encryption data in the table ??? thanx
  7. S

    A question.

    Thank You Thanx Paul.. Really appriciate it..
  8. S

    A question.

    Is it possible to carry a variable from one form to another ? or Is it possible to perform a comand from one form to another form.. Example.. I have Form1 which has a command button. When i click on the command button i want it to go to another form and hide a text box (or disable a text...
  9. S

    Help Please ???

    Hi all.. I am tryin to use the following code but it dose not work for some reason. The code is: Me.RecordsetClone.FindFirst "[age] = '" & Me![txtage] & "'" Me.Bookmark = Me.RecordsetClone.Bookmark Usually when u write the "." a list appear for you. It dose when i write "me." then when i...
  10. S

    Hi again

    Thanx.. Really appriciate it
  11. S

    Hi again

    Sorry.. Sorry again.. I am new to this web site.. please forgive me.. Anyways can u please help me ? I need the code file for the form. the security form. dose anyone have it ? I am uploading the file i am talking about,, Thanx
  12. S

    Hi again

    i meant when i downloaded the file it gave me the form right away. i could not go to the edit view to view the codes used. I am planning on using this form for my project but i dont know how to add it since i do no have the codes. all what i have is this form.
  13. S

    Codes ??

    Hi , i just downloaded your file of the security. and IT IS AMAZING. However i was unable to access the codes and see how it was done. Can you please send me the file with the codes if you do not mind. My e-mail is shariefoo@hotmail.com Thanx man
  14. S

    Security - help!

    Help Please ?? Hi, I just used the security code that was here.. Its really good.. Anyways here is my code: Private Sub Command4_Click() Dim db As Database Dim rs As Recordset Dim strSQL strSQL = "SELECT * FROM unamepass WHERE uname= '" & Me.uname & "'" strSQL = strSQL & " AND Password= '"...
  15. S

    Help.. Please ??!?!?!

    Ok people.. I really need your help in this. I have to create a query (or 3 queries) that would do the following 1st one is to select from xxx ID to xxx ID and thats easy with the between command. 2nd one is to select and search for only 1 ID which is again easy with the help of critiria...
  16. S

    Security Coding

    Hi , i am sorry to bother you but can you please explain in more details.. Sorry Here is the situation. I have a table called varification and it has two fields "pass" and "uname".. They contain data I have a for which has two text boxes called "txtuname" and "txtpass" and an enter button...
  17. S

    Defult System Messages. HELP !!!!!

    Hi all.. I was wondering if anyone could show me how i can remove the defult messages generated by the system.. Like when i click on the delete query button on my form i get 2 messages one saying that this will delete and the other saying are you sure u want to delete this message records...
  18. S

    Delete Table COntent

    Sorry for disturbing. I just found out how to delete recods automatically. I simply created a delete query.. Anyways thanx
  19. S

    Help Please. Thanx

    Good morning everyone. I was wondering if someone could help me in this issue. Anyone know how i can insert a field to a report dynamcally. Example: In my form a user enters the month, Lets say "Nov". when i click on show and print report i want it to show me a report with "Nov" at the top...
  20. S

    Delete Table COntent

    Hi, Is there a way where i can delete the contents of a table automatically.. Example: Can I have a button that whenever i click the contents of a table gets deleted ? Is there such code ? Thanx
Back
Top Bottom