Recent content by drazen

  1. D

    VBA weblink no longer works, but did?

    Thanks crazy, Thanks for trying, we have 6 computers on a network here, none of them work. But be something at our end Thank again.
  2. D

    VBA weblink no longer works, but did?

    HI, I have a button that opens a client file on www.gov.uk website, It takes their VAT number from our access DB and adds it to the URL then opens the web page (a login page appears first, then forwards you on to the page on the URL), simple really. GOV.uk have just changed their web address of...
  3. D

    jump to a record using VBA

    Hi, I have a DB with 1000's of clients in it. one of the fields is the 'Ref number' of the client. I am looking at putting another field on the form 'Associated with' Where I would put another ref number, then have a button next to it that will jump me to that ref number (like husband and wife)...
  4. D

    format an Email address from DB

    thanks for the fast reply. Thats works a dream :)
  5. D

    format an Email address from DB

    Hi, I am constructing a reminder email facility on my db, and I am filtering my db and emailing all the clients direct from access. I think I have it all sorted except the email I am getting from the table is strange. in the 'to' box i am getting...
  6. D

    Emailing from Access - sender

    Thanks, I think i've got the SentOnBehalf sorted :)
  7. D

    Emailing from Access - sender

    HI, I am setting up an email facility on my access DB, it all works fine, but theirs an annoying thing it does i would like to sort out. The way its set up is I have client details on a form with an Email button, the button gathers info from the form and emails a 'report' to the client. But...
  8. D

    Show years in Columns?

    Hi, I have a table (Invoices Raised). I've constructed a query that extracts just the Date, Category and Amount from the table. It also groups them into years and sums the amount. There are 1000's of entries, the dates start in 2014 to date. The Category is what the invoice was raised for...
  9. D

    Calculating Postal costs on a report

    That is perfect. Thanks
  10. D

    Calculating Postal costs on a report

    Hi, ok, I think i've managed to do a small database. Hope this is what you want. Thanks so much for this.
  11. D

    Calculating Postal costs on a report

    Thanks for the help. I'm not sure I could pop up a small database. I'm not that good with access. I'll have to find another way around it. Thanks anyway:)
  12. D

    Calculating Postal costs on a report

    Thanks for the reply's, I'm not all that knowledgeable with Access, But I'm ok with VBA. I do have a table with the Postal rates on, they fill a sub-form on the main form where the report button is. The parcels are all very similar sizes, its just parcels of papers. I guess I'm more...
  13. D

    Calculating Postal costs on a report

    Hi, I have a report with a list of parcels and their weights, I am trying to get the report to calculate the postage cost based on the weight. I am using VBA to do it, but I just can't get it to work, this is the code I have. me.weight is a bound field and me.postage is an unbound text box...
  14. D

    open a dir and filter files with * ?

    unfortunately there may (and usually are) multiple files the 'Ref' part of the file name is the only constant for each client. The files could be :- A1234 15.xls A1234 16.xls A1234 16 Amended.xls A1234 17.xlsx
  15. D

    open a dir and filter files with * ?

    Sorry for the delay, just got back in the office. We (Accountancy Firm) have an Access DB (2010) that controls 1000+ clients, there names, details, an event log for each client for work done. When A Client phones up we get there details up on Access, a lot of the time the client wants to talk...
Back
Top Bottom