Recent content by LeeSmith

  1. LeeSmith

    SSRS Question

    Thanks for the advice, helped a treat :)
  2. LeeSmith

    Are you an atheist?

    I'm Agnostic. I don't really know what I believe in. The cleaner at work yesterday told me that God loves me, I just replied "Not today", to which she said "No, he loves you regardless of what you might have done". The whole mentality doesn't really appeal to me. The more religious people are...
  3. LeeSmith

    SSRS Question

    I am working on a report in SSRS. I have created a calculated field using the IIF function. I now want to group my data by the values returned from the if statement and use them as parameters. The grouping seems to work well, but when I create the parameter I end up with more than one value the...
  4. LeeSmith

    Form help

    I put a space next to = and long date in the formatting, it comes up blank still as opposed to the overflow error
  5. LeeSmith

    Form help

    As a follow up to this, I have now discovered the root cause of the problem. When executing the VB code it searches for the date in mm/dd/yyyy format, where as I need it to search in dd/mm/yyyy format. My code currently looks like this and gives an overflow error on execution. Private Sub...
  6. LeeSmith

    Form help

    I've tried it and it's still coming up blank :S
  7. LeeSmith

    Form help

    Hi Apologies if this has been answered before, but I cant find it anywhere. I am currently trying to open a form and show records on a specific date. I have created a form which isn't bound to a table and has one field for the date which is being searched for and a button to open the form that...
  8. LeeSmith

    Importing to Access from Excel using DoCmd.TransferSpreadsheet

    Apologies for my n00bness, but what would be the easiet way to find them?
  9. LeeSmith

    Importing to Access from Excel using DoCmd.TransferSpreadsheet

    Hello I am currently trying to get a spreadsheet to import into an access table at the click of a button. The code I am currently using is below DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "Details", "filepath\LearnerSupportCollegeProvision.xls", True, " " I have tried this...
  10. LeeSmith

    Using VB to work out percentages

    I've set the properties to 2 decimal places, yet it still only gives me a whole number
  11. LeeSmith

    Using VB to work out percentages

    That gave a % of 2500.00 when I tried with a simple one (four instances of 5)
  12. LeeSmith

    Using VB to work out percentages

    Hi. Apologies if this question has been posted before, but I couldn't find it when I searched. I'm trying to populate 4 fields with percentage amounts when a button is pressed. It appears to work fine when done as a number, but when I change the format of the 4 result fields to percentage it...
  13. LeeSmith

    Update query for number less than 8 digits long

    I did this on a test copy of my db and it deleted lots of records:confused:
  14. LeeSmith

    Update query for number less than 8 digits long

    Ah, sorry, knew there might be a better way of doing it. What do I have to do to the properties to add the 2 zeros to existing data?
  15. LeeSmith

    Update query for number less than 8 digits long

    Hi there Im working on an update query to add 2 zeros to the front of a field where it is less than 8 digits long. I'm not sure how to go about this, can anyone help me out? Cheers
Back
Top Bottom