Recent content by Dreamcatcher

  1. D

    Help displaying Addresses with blank fields

    Thank you both for your advice. They worked a treat and have helped improve my learning of access. Cheers
  2. D

    Help displaying Addresses with blank fields

    Hi, Newbie question. Can someone please help me in the best way to display address fields on a report, where some of the address fields are blank. Want to show the address eliminating the spaces of blank data. I.e I've attached a sample mdb to help explain. I've got a table with Address1...
  3. D

    Auto updating a total

    Thanks, i'll give that a go...
  4. D

    Importing csv file into existing table

    Running 2003 so could you please send me the example again saved as mdb. Many Many thanks JD
  5. D

    Importing csv file into existing table

    Thanks. Is there some standard code, examples etc to append the data and empty the temp table? JD
  6. D

    Auto updating a total

    What if the actual Fund_Value was stored in another table (tblConsultants) and the adjustments table just held the adjustments? Could i then do an after update prodcedure once the adjustment_value was entered to update the field in tblconsultants? If so, what code would i require to do this?
  7. D

    Importing csv file into existing table

    I have an access table (tblSales) recording sales records. Each week i want to import new sales via a csv file into the tblSales table (automaically appending the records to the end of the table) What is the easiest way of achieving this?? Tried importing using the Get External Data >...
  8. D

    Auto updating a total

    Probably didnt explain too well. The Under/Overs Fund needs to be a running total showing how much is in the fund as a total. Ie. Fund_Value is currently £100 You come along and put a new record in entering an Adjustment_Value of £50. The Fund_Value should then change to £150. Regards
  9. D

    Auto updating a total

    Probably an easy solution but i'm a bit of a newbie and just need a little code help. Basically, i have a form SFrm_Unders_Overs which controls a finance fund for each salesperson. The form allows you to enter a Fund_Adjustment figure and i just want the Fund_Value control to auto update the...
  10. D

    After Update Error

    Probably an easy solution but i'm a bit of a newbie and just need a little code help. Basically, i have a SFrm_Unders_Overs which controls a finance fund for each salesperson. The form allows you to enter a Fund_Adjustment figure and i just want the Fund_Value control to auto update the total...
  11. D

    Finance Form Problem!

    Bit of a newby i'm afriad and come across problem where i have a form for entering payments (fund adjustments) and want the adjustment value entered to auto adjust the fund value control in the same form. I.e The fund value is $500, you enter an adjustment of $50 and the the fund value auto...
  12. D

    Recalling Records from a Combo search

    Hi I have a table 'tblRecords' and i'm trying to search against a field numeric field called BoxNumber and display findings onto a form. Basically, a 'Search - By Box Number' button on the switchboard opens 'frmSearch_BoxNumber' which contains just a combo of BoxNumber. When operator...
  13. D

    Query to call Date Range parms for a report

    Hi, I need those records whose PeriodFROM and PeriodTO dates both fall within the date range chosen.
  14. D

    Query to call Date Range parms for a report

    Hi. I have tblRecords which contains a 'Period From' & 'Period To' date field which i need to report against. On Switchboard, i've put a Period Report button which opens a form (frmMultiCalender) allowing operator to enter a TO & FROM date. Currently i have this TO & FROM data stored into a...
  15. D

    Report to show records from a date range

    Hi. I have a number of linked tables which i'm trying to produce a report against. Problem i have is that when the opertator runs the report, i need them to be able to enter a TO & FROM date range which will look against the PERIODTO & PERIODFROM fields from within tblRecords and return just...
Back
Top Bottom