Search results

  1. C

    Comparing dates

    I have a loop that goes through file names in a folder. The file names are all like this 0418tue.pbn The first 2 numbers are the Month and the next 2 numbers are the day. In the loop I use the MID methord to extract these 2 items. What I would like is something like this If Month AND Day =...
  2. C

    Question How to Hide title bar of Access Application for a specific database

    Hi kotechaprashant, Your question was and I quote " I want to hide Title Bar of the Access Application for a particular database" This form does that, I know it show up after you close the form, but what else do you do, the next item you open can be made to cover the whole screen also. I do...
  3. C

    Question How to Hide title bar of Access Application for a specific database

    Hi kotechaprashant, I don't know why it Covers ALL my screen. I have attached the properties of my form check it to see if yours is the same. Regards crdfox
  4. C

    Search form

    Hi Jibb, Why not create a form with and unbound text field. In this field you can type the Criteria ( I am talking about 1 field only). Then create a command button on that with the following code. Remember to change the fields to suit your own data. This works well on my database. Regards...
  5. C

    Question How to Hide title bar of Access Application for a specific database

    Hi kotechaprashant, There are many ways. The simplest is to use a Form. Make it a POP UP, ensure that is MAXIMIZES on opening. Also remove all the Options re buttons for closing record selection etc. Hope this helps Regards crdfox
  6. C

    Hi from an old git!

    Hi Guys, What a great idea an introduction page. Well my name is Charlie (crdfox) I have used Access for over 10 year. However my VBA is not Great, I have managed to get by by Copying code from the net and adjusting it to my needs. The time has come now to UNDERSTAND VBA as I want to work with...
Back
Top Bottom