Search results

  1. aussieolie

    Title Bar removal on form

    How do I remove the blue title bar on my forms (I've forgotten lol). Thanks, Olie
  2. aussieolie

    Access 97 Menu Macros wont work in 2k

    I have just imported some maros into Access 2000 from 97. The macros basically establish the menus with the form being displayed. However these macros are holting (i.e not working). I am not quite sure what this means but the message says: 'A menu bar can only be run if the menu bar macro name...
  3. aussieolie

    Access 97 Code that will not work in 2000

    the following code with (*) will not work, i am unsure of what to replace it with. ---CODE--- On Error GoTo glrVerifyAttachmentsErr Dim varReturn As Variant Dim strDBDir As String Dim strMsg As String *Dim db As Database Dim varFileName As Variant *Dim tdf As TableDef...
  4. aussieolie

    Access Userlevel Removal

    THanks. I think this works. Olie
  5. aussieolie

    Logging on to access

    I have a client/server DB (I think lol). The DB is located on a mapped drive on a server (which is common amoungst all users). The security MDW is also located where the DB is. Each workstation is setup (I think) to access the MDW file. Users&PWs are located there. Some users DO NOT HAVE TO...
  6. aussieolie

    Access Userlevel Removal

    Hi, Could anyone tell me how to reset permissions on a database (I dont want the logon prompt to pop up). When I delete the MDW file I get told I dont have permission to access the db. All i want is for one user, with normal admin access (no pw). Thanks, Olie
  7. aussieolie

    Access Menus

    Thanks man! I have managed to get to the database etc... Really appreciate it ! Regards, Olie
  8. aussieolie

    Access Menus

    I have this database which I have just managed to get into. However I cannot access any menus. I have tried the shift option when u open Access to get to the menu's, but I still only get a full screen startup form, which when closed will not show me the menus in access. Is this programmed in. I...
  9. aussieolie

    Access DB Password

    Does anyone have or know of any free full working (non-demo) password removal or revel for Access databases. I am locked out of a database!!! Help, Any suggestions or program etc.... Thanks! Olie
  10. aussieolie

    Database Lockout

    Which site, and where??? (a link please :) ) Thanks Olie
  11. aussieolie

    Database Lockout

    Hi, Does anybody know where I can find a password/security removal program (free/shareware) to remove a secured Access database. Basically the guy who programmed it so called 'hard programed it into the database' it also use's 2 databases and the one security point so both DB's check there for...
  12. aussieolie

    HELP Programming into Powerpoint

    I am trying to add a print button to a slide so a user can print the current slide he/she is on (they cannot go to file>print), should I record a macro (how do i do this in Powerpoint - I only know Access macros), or do I use VBA?? Help!!! Thanks, P.S I am not a VB programmer so I dont know it...
  13. aussieolie

    Refreshing Expression on Form

    I have written an expression to update a form's details. (quantity x price = total). What i want to do is once i have entered in the price or a particular field, it updates/runs the expression so it works out the total immediatly. Any suggestions? Thanks Olie
  14. aussieolie

    Update Query

    OK will try this. Thanks for your help. Olie
  15. aussieolie

    Update Query

    i wanted a calculated field in a subform. it needs to multiply a value in the subform by a value in the main form. Basically the currency field is multiplyed by the quantity to work out the total. I run a macro which closes the form and runs an update query (calculates the total in the relevent...
  16. aussieolie

    Making a form invisable

    I have a form (which I want to make totally invisable in the background) however I cannot seem to do it. Can anyone help me? I am using: FormName.Visable = False in the form load property. Any suggestions. Thanks Olie
  17. aussieolie

    Execution of a Query at a certain time in the day

    Thanks very much for your help. Where is the invisable property located on the form properties? Thanks Olie [This message has been edited by aussieolie (edited 04-26-2002).]
  18. aussieolie

    Execution of a Query at a certain time in the day

    How do I get a query to execute at a certain time in the day? Dies anybody know the code or a method to do this? Thank you Olie
  19. aussieolie

    Removing a record

    I have a form where I enter in purchase details, including the ID, when I enter these details into a sales table(which means the item has been sold). How can I get a query to lower the quanity value for the product in my inventory table, thus the system has lower quantity as they have been sold...
  20. aussieolie

    Execution of queries at a specific time

    How can I get a query to run at 12pm and 5 pm, does anyone know the code? if so how do I do this? Thanks Olie
Back
Top Bottom