Recent content by Milan

  1. M

    Creating a Form From Within A Form

    Thanks for that Wayne. This is the perfect solution. Thanks Again Milan
  2. M

    Creating a Form From Within A Form

    Hi People, I have a form which is bound to a table. The form has a 2 Text boxes. The first text box is called FrmName , and stores the name of a new form which does not exist in the form modules - The second text box is a of a control to create - So we have First Text Box = FrmBuildSchedule...
  3. M

    Access security - VBA password forgotten

    Thanks for the website info, i notice you have to pay $45, are there any free websites?. I don't really want to spend if i can avoid?. Thanks Milan
  4. M

    Access security - VBA password forgotten

    Hi People, Sorry ! i have had to post this one again. I have an Access 2000 database which i had created about 6 months ago. At the time of creation i had protected the VBA code with a password. I need to get at the code to make some adjustments, but i have forgot the password to get to the...
  5. M

    Password protecting VBA Code

    Hi Wayne, I did not implement access security, just protected the VBA code. is that good or bad thing ?. Cheers hope you can help!!!!!
  6. M

    Password protecting VBA Code

    Hi People, Can anyone help!. I had built a access db about 8 months ago and have forgot the password to access my vba code. is there any way of breaking the password , so i can get to my code. I am sure that there must be some websites. Any ideas would be kindly received. Thanks!!!!!
  7. M

    Property - set / let / get

    Hi people, can somebody explain to me what the get - let - set statements are used for. I am not sure when to use them. I know about setting references for example set db as dao.database., but i am not sure how i would use the set statement when i have declared my own variable. I would be...
  8. M

    Running code !!!!

    I could use the windows scheduler, but i want to keep it all witnin Access! Cheers
  9. M

    Running code !!!!

    Hi people, I have a form which uses the ontimer event to run code every 1/2 hour. Thisis fine, but i also need that same form to run a backup procedure every day at 11:00pm at night. How can this be done?. Thanks Milan
  10. M

    Running a Procedure at a certain time of the Day

    Hi People, I have a form that run a procedure using the on timer event, however i need this form to also run a backup procedure at 11:00 pm every night from this form. do i use the timevalue function ? Would be grateful for some help here! Thanks Milan
  11. M

    Data Pages Question

    Hi People, I have an access 2000 database that i want to host on the company intranet. The idea being that people who have acces to the intranet can access the database and update records etc. The problem is that we use an Apache Web server , can you host Access DataPages on a Apache Webserver...
  12. M

    Recordset clone method

    Woops!!, Sorry Pat!!! did not mean to call you a Guy!! Milan
  13. M

    Recordset clone method

    Hi, Guys, Thanks!! got it sorted!!!. It was the mode in which the switchboard was trying to open the form. Their are a number of select case statements that determine the mode a form is opened. Thanks for the help!!!
  14. M

    Recordset clone method

    Hi People!, i have the following code : Dim RstCatAType As DAO.Recordset Set RstCatAType = Me.RecordsetClone RstCatAType.FindFirst "CategoryA = '" & Me!CmboCategoryA & "'" Me.Bookmark = RstCatAType.Bookmark Set RstCatAType = Nothing Which i bound to the afterupdate event on a combobox. The...
  15. M

    Database On A Network

    Travis, Thanks for that info. I will check it out and comment back, with either a success or failure!. Cheers for now
Back
Top Bottom