Search results

  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
  16. LeeSmith

    Husband Shop (joke)

    I like that one a lot :)
  17. LeeSmith

    Import from Excel by browsing?

    Hi there, I'm trying to create a button on a form that will allow my database user to import from excel by browsing. I'm currently using the code below which allows them to import providing the file is in the right place with the right name Dim stMessageBox As String...
  18. LeeSmith

    Check box to update date field

    Thanks for all your help with this :)
  19. LeeSmith

    Check box to update date field

    Hi all In my current project i'm trying to get a tick box to update a date field with the current date and to revert to 'no date or null'. This is the code I'm currently trying to work with. Query Completed is the tick box and DateQuerySolved is the date field. Can anyone help me with this? If...
  20. LeeSmith

    Button to toggle text box visibile

    Thank you very much, worked a treat :)
Back
Top Bottom