Search results

  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

    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...
  3. 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...
  4. 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