Search results

  1. B

    Sending a form to fax

    I use at work an Access form to write out fax headers. Currently I have to print the form and then put the paper into the fax. Is there a way to send the form straight to the fax from the pc?
  2. B

    Cant complete code

    I have started a code which Closes a text box when a check box has been checked. I would like another 2 checkboxes to close also (DaysSinceOrder and Days_Overdue) but cannot complete the code It starts... Private Sub Check72_Click() If Me.Check72.Value = True Then...
  3. B

    Macro to run on click of check box

    On an Invoice order form, when the 'Paid' check box is clicked I would like certain textboxes (i.e 'Final date of payment' 'Days since order' and 'Days Overdue' to be deleted. I expect this can be done with a Macro, but have had no luck so far Thanks for any replies
  4. B

    Date countdown

    I am designing a database that shows a table of customers who get the products on tab. After 30 days they should have paid, but most do not and this drags on for 45 - 60 days. How would I best design the database to show the customers who have expired the 30 day limit so they could be chased...
Back
Top Bottom