Search results

  1. P

    Tabs and filters - help

    tabs etc. Thaks very much for your help. I'll try it now :-)
  2. P

    Tabs and filters - help

    I have a form with tab controls in it. This is what I want to do. The first tab shows all members, the second tab shows members that belong to group "a" only, the third tab shows members belonging to group "b" only. I know a need a filter but how do I attach the filter to each tab? I don't...
  3. P

    Print current record from Form

    Print forms Thank you for your reply. I will try your suggestion.
  4. P

    Print current record from Form

    Hello revered Access Gurus! My problem. I have a form displaying data from a table. I have a Print button which when clicked tries to print ALL the records in the table. How can I make it pint only the curent record I'm viewing at the moment? Should I use a query? Sorry if this is a rather...
  5. P

    Colours glorious colours

    colors thanks v much, will try
  6. P

    Colours glorious colours

    Hi all, Is it possible to change the colour of various controls in a form via VBA code or a macro? My idea is to set up a setting form whereby the user will select background and foreground colours (ideally there should be a colour picker but I'll just give user a few options) so that the...
  7. P

    Stop that user! Help?

    Thanks again Thanks for the code samples, am off to try 'em :)
  8. P

    Help with refreshing forms pleeeeze?

    Yipee! Thank you very much, the last one worked a treat! :) :)
  9. P

    Stop that user! Help?

    Hi all, more questions from me (I'm beginning to get the bug ) If I want to put a maximum currency amount that can be entered against a set database table - i.e. no overspend - how would I set that up so that the user was not allowed to enter the data? Say I have £7,500 available. The user has...
  10. P

    Help with refreshing forms pleeeeze?

    Thanks Will try that. Thank you very much :)
  11. P

    Help with refreshing forms pleeeeze?

    I wnder if you can help. My problem is with saving records and refreshing forms. MS Access automatically saves the record added or edited as soon as we move the insertion point to a different record. How can I make it explicitly save the data in a record while I'm still editing it? i.e. I...
Back
Top Bottom