Recent content by GarageFlower

  1. G

    Holding down Shift

    quality mate i dont get how i can intergrate that into my database i have a form that loads on startup But if i use your solution wouldnt it just load this form and then close the database?
  2. G

    Holding down Shift

    can you upload an example of this mate sounds a pretty good solution
  3. G

    Holding down Shift

    That doesnt help when the user holds shift and goes into the toolbar? Could you elaborate more please
  4. G

    Holding down Shift

    I have found the exact same problem The database is locked User opens it Holds down shift The toolbar appears he chooses startup optins ticks all the boxes re-opens the database and hes straight into the backend hmpht
  5. G

    Log database users

    Hi Im trying to use this but every time my form opens it comes up with the debugger highlighting the onload event Call FosUsername() Any ideas people Using access 200
  6. G

    Export File to excel then attach to an email

    I have searched for this and have not come up with an answer as yet. I have query that is accessed by entering criteria in a text box and then the user can click a button which will use the criteria entered in the query and then export it to an excel file. Is there any way i can get the option...
  7. G

    Defining Query Filters From A Form

    How exactly would i implement this Could you upload an example please?
  8. G

    Defining Query Filters From A Form

    I could try that but the field the users enter would be for example 28/11/05 for the date installed I want to run a query which shows all the computers installed in january from a combo box which just lists all the months
  9. G

    Defining Query Filters From A Form

    I have a database about when computers have been installed I have a form It has a drop down list with Januray through to December I want the user to select a month and a year and then click the command button and it will run a query displaying all the computers installed in the month of that...
  10. G

    Audit Trail

    Could you take a look at this http://www.access-programmers.co.uk/forums/attachment.php?attachmentid=11532 and show me how to incoporate the subforms into the audit trail
  11. G

    Audit Trail

    Sorry mate. which notes would these be? Also i cant really see how this works On my sub form i add in on before update Private Sub Form_BeforeUpdate(Cancel As Integer) On Error GoTo Form_BeforeUpdate_Err Call Audit_Trail(Me) Form_BeforeUpdate_Exit: Exit Sub...
  12. G

    Audit Trail

    Erm well i think i get what it is saying Have tried to implment it but still cant get it working. I have read through the link you suggested on page 6 and am still none the wiser is there any examples of it working online?
  13. G

    Help with code

    I have tried this but it is still not working It says cannot find tbaudittrail please help i have atached the db
  14. G

    Audit Trail

    Could someone explain this to me please as i cant work out how to use it in my database to incorperate subforms within a form within the audit trail
  15. G

    Moving A record from one table to another

    Aha Nice one found it shift and f2 How do i include subforms which are also on the main form duder?
Back
Top Bottom