Recent content by nortonm

  1. N

    Can't get query criteria to read a form text field

    Many thanks for your replies. I didn't manage to get the array to be added to the query design grid successfully, so for now I've had to resort to combo box and single values in the query. I'll try and pick up the thread when I have more time, i'll update if I sort it. Many Thanks.
  2. N

    Can't get query criteria to read a form text field

    Apologies - I've had a bad week - (been dumped!) - i'll feed back as soon as I can.
  3. N

    Can't get query criteria to read a form text field

    Hi - I have a list on a form that you can select multiple values, and when btn pressed it copies them to a text field. Then the other button should open the query with the contents of that text field in the criteria. But when you run the query it won't read directly from the form, and it brings...
  4. N

    Linking to excel datasource using VBA

    Ah, brilliant - thanks very much!
  5. N

    Linking to excel datasource using VBA

    Hi All - I am currently needing to code a button that will create a linked table to an excel spreadsheet that sits in the OneDrive for each person who uses the database. The database handles tutorial bookings for academics in our school - they enter availability slots in the DB, then export as...
  6. N

    Solved Retrieve the linked file path to a text box

    Ah, it must have been a dodgy text box, I deleted it, added a new one, and it worked this time, I must have done something to it when changing the values. Many thanks for confirming the code for me, i'd have been messing about all day checking it!
  7. N

    Solved Retrieve the linked file path to a text box

    Thanks -I will, i'll just do a spot of tidying up lol....
  8. N

    Solved Retrieve the linked file path to a text box

    Thanks - thought so - well it appears that the code seems right, and the way to call it too, so i'll have to try and figure out what is stopping it from running. Cheers again.
  9. N

    Solved Retrieve the linked file path to a text box

    No it gave same error - sorry the error is #Name? (not #error)
  10. N

    Solved Retrieve the linked file path to a text box

    Thanks DBGuy - I'm pretty sure I did, but as you've ID'd that i'll have a go again restarting the db first. There's no need to put tblBookings_ALL in the module code is there?...just trying again....
  11. N

    Solved Retrieve the linked file path to a text box

    Hi, I'm trying to run a relink routine depending on what the current link path is for a table called 'tblBookings_ALL', so basically it would be along the lines of: "If link path for tblBookings_ALL = txtLinkedFilePath (which would be...
  12. N

    Email PDF certificates based on a table of completers to all in the table

    Many Thanks all, I managed to find a solution from a thread provided by gasman, but all the suggestions helped me to understand what I needed to make happen, and will be used to perhaps cut a corner or two off what i'm currently doing.
  13. N

    Email PDF certificates based on a table of completers to all in the table

    Many Thanks, there was a database made available by a 'Vlad' on the thread which helped me construct my process along similar lines
  14. N

    Email PDF certificates based on a table of completers to all in the table

    That's really kind of you, thanks very much. I am away for a few days now, but i'll be in touch as soon as i'm back onto it.
  15. N

    Email PDF certificates based on a table of completers to all in the table

    Thanks theDBGuy, i'll try and figure something out using that. I'm off for an autumn birdwatch though until Thursday, i'll leave it till then....
Top Bottom