Recent content by od_gwyn

  1. O

    Searching and inserting

    Hello again, yet another problem in my ICT project... I have a booking out form that has a few subforms in it, one of these subforms shows what the customer purchases, at the moment you must type in the item Code to bring up the item. The other subform is the items table showing all the items...
  2. O

    Probably a simple answer

    cheers very much like
  3. O

    Probably a simple answer

    I'm making a module that returns the Name of todays Month, all i want to know is how to return this value. i.e. what do i put in the module so that when it is run, a value is returned. e.g. TextBox.Text = TodaysMonth() Sub TodaysMonth() MyDate = Now() 'Returns todays month...
  4. O

    I need decimals!!!

    ok done now
  5. O

    I need decimals!!!

    I have an update query that updates one field "Total" by multiplying "Price" by "Quantity". The problem with this is the result is rounded off to a whole number, so when an item costs £2.50, 3 are bought, the total is rounded up to £8.00 which is not good. The Price field is set to Double size...
  6. O

    Switchboards

    CLICK TOOLS> STARTUP AND IN THERE THERES AN OPTION ON WHICH FORM TO OPEN WHEN THE DATABASE IS OPENED, CHANGE THIS TO YOUR SWITCHBOARD AND IT SHOULD OPEN AUTOMATICALLY AS THE DATABASE IS OPENED
  7. O

    Totals from subforms

    I have a form that has a subform in it, and in this subform the price of items are shown, i want to calculate the total of these totals and have them show up somewhere, any ideas?
Back
Top Bottom