Search results

  1. L

    How to make a module to open all forms/object in centre of page?

    How could I achieve this? Just looking for some simple module help to open forms or all objects in the centre of the page? Thanks Max
  2. L

    Question How to disable button after click?

    Works like a charm, thanks.
  3. L

    Question How to disable button after click?

    I have a button that runs a few statements for a purchases system, to avoid multiple or incorrect purchases, after it has been clicked once for one record, I would like it to be disabled. Then naturally it should be re-enabled on entering a new record. Anybody know how to do this? Thanks! Max
  4. L

    How do I move one of these fields in a form? It moves the whole lot!

    When I try to move this top field, the other fields move with it. Is there a way to 'unattach' them all from each other? http://img218.imageshack.us/img218/8094/subs.png Thanks Max
  5. L

    In Access 2010/2007, how do you make forms windowed so they don't take up full screen

    In Access 2010/2007, how do you make forms windowed so they don't take up full screen by default? I know there's a way, I just prefer the old 2003 windowed style. Thanks Max
  6. L

    Access Database - Visual Basic Save Button

    Alright, thanks. That's perfect. Mind if I ask why and what this 'Kill' line does as I don't see why it used the dbPath. Thanks again.
  7. L

    Access Database - Visual Basic Save Button

    Thanks for that, it really clarifies it all in my head. One thing - when I back it up, it created two files, one being 'OldDatabaseName_yymmdd' and the other being 'BackUp_yymmdd'. Why does it do this and is there a way to get around it from making two backups, and just the one? Thanks again
  8. L

    Access Database - Visual Basic Save Button

    Apologies. That was just me having a blonde moment; even though I'm not blonde. That works fantastically well and is exactly what I wanted. Thank you so very much! Although, if possible, and not too much trouble, would you be able to give a brief description of what the code does at it's steps...
  9. L

    Access Database - Visual Basic Save Button

    That's great thank you! It works, up to this line, where something is apparently wrong: fs.CopyFile dbPath & "\" & OldDbName, dbPath & "\" & DbBackup Please advise! Thank you very much! PS: Could you sort of talk me through what this code is doing at each part? I'm quite new to VB and only...
  10. L

    Access Database - Visual Basic Save Button

    Hi, I need some help please. I'm trying to code a 'Save Button' which I can put on a 'Backup Form' to allow the users of my database to save a backup of the database. If possible, I would like to have the code auto fill in the 'Save As' with the day's date, like 28-08-10. Anyone know the code...
  11. L

    Setup Form with Backup Button - Help!

    Hi, Is it at all possible to create a form that contains a backup button, which, when pushed, either backs up the database using the filename of the days date or opens up a Save As menu to save the current database? If further possible, would it be possible to write the actual name of what the...
  12. L

    Stock System Implementation

    Hello, I have a database with a table of my 'Customers', and a linking table called 'Purchases' (assigning purchases of items to customers) linked with an 'Items' table. Currently, when a customer purchases an item, the Purchases table needs to be updated manually, and the stock of each item...
Back
Top Bottom