Recent content by RussG

  1. R

    Email Merge

    Hi NeutronFlux - yes option one , I have found a bit of code to do just that. I have very basic VBA knowledge so its a learning curve but tweaking the code a bit I have part of this working sort of. No PDF output in Access 2003 so using rtf which works ok. Cheers
  2. R

    Email Merge

    Thanks for your promt reply David. I had an idea it was going to be complicated, still no harm in trying and I might learn something. Russ
  3. R

    Email Merge

    Can't find the answer to this so here goes: I am putting together a DB to register volunterers on an event using Access 2003. The event will run for a number of days and volunteers may take up a number of different roles. I have a volunteers details table I have a Volunteersroles table ( these...
  4. R

    Restrict input

    Hi - I have set up a simple database to collect meter readings from users, this works ok but to improve it further I would like to restrict entry between 2 dates i.e. 15th and 19th of any given the month ( readings are then submitted on 20th). I have done a search but can't find anything, would...
  5. R

    Price Update

    The solution came to me overnight and its simple. I just needed to use an update query by referencing the updated table. The ' Update To ' criteria is [tblProducts].[Prices]. I was over thinking this one. Anyway thanks Steve for your suggestion.
  6. R

    Price Update

    Hi - just lookign for a little assistance with an update problem. Not sure if this can be done with a query or if I will need to use VBA. Access 2003 I have 3 tables; Orders Products ProductOrders On my Orders form the ProductOrders are in a subform which uses a Dlookup to insert the unit...
  7. R

    roundup

    Many thanks for this Dave Really appreciate the help. RussG
  8. R

    roundup

    Hi - I have done a search but can't find exactly what I need. I have an order database and the product prices need to be updated by 2% from April 1st. I have tested running an update query which works fine, I have also tested the same against futire orders dated from 1st April and the update...
  9. R

    Time parameter

    Resolved this, created a seperate query to filter by time and added to my main query. RussG
  10. R

    Time parameter

    Yes , definitely Date/Time field with the fornmat set to Medium Time. Apologies this question also appears under the heading Parameter Query, my PC crashed at work when I was posting and I thought it was lost. Thanks RussG
  11. R

    Parameter query

    Thanks for your reply. Thats won't work for me. I need to look at a range of dates i.e. 1st - 7th July and return 'Events' that happened say between 1 & 3 pm for each of those days so I need to seperate the dates and times. Thanks RussG Sorry double post, PC went ga ga
  12. R

    Parameter query

    Thanks for your reply. Thats won't work for me. I need to look at a range of dates i.e. 1st - 7th July and return 'Events' that happened say between 1 & 3 pm for each of those days so I need to seperate the dates and times. Thanks RussG
  13. R

    Parameter query

    I am having a problem setting up a parameter to filter times. My table collects ' event ' dates and times data in separate fields. I have set the time field to 'short time'. In my query I have a parameter to filter dates i.e Between forms!frmDial!date1And forms!frmDial!date2 and this all works...
  14. R

    Time parameter

    I am having a problem setting up a parameter to filter times. My table collects ' event ' dates and times data in separate fields. I have set the time field to 'short time' 00:00. In my query I have a parameter to filter dates i.e Between forms!frmDial!date1And forms!frmDial!date2 and this...
  15. R

    Notes field cutting off text

    Thanks for your quick replies. The DB is at work so cant try anything at the moment. There are odd bits of code in the report, setting the section to 'can grow' sounds like a possibilty. Not back until Tuesday, will try and let you know how I get on. Thanks again. RussG
Top Bottom