Search results

  1. KadeFoster

    Access Front-end Auto-Updating Utility ?

    BTAB Development Thats where i got it from.
  2. KadeFoster

    Access Front-end Auto-Updating Utility ?

    That would be awesome. Thanks alot
  3. KadeFoster

    Access Front-end Auto-Updating Utility ?

    Yeah mate. Downloaded it and yeah gave me an error saying it wasn't 64bit
  4. KadeFoster

    Access Front-end Auto-Updating Utility ?

    Could some one update his tool to work on 64bit access??
  5. KadeFoster

    Database Structure

    Nah not that, I am kind of an access Noob, and haven't built my relationships yet. So that just looks scary to me atm is all. But its good to see that it can look pretty crazy.
  6. KadeFoster

    Database Structure

    God those pictures scare me
  7. KadeFoster

    Query continuous form question

    I am enjoying it tho... i could come home from work and play games... i access lol
  8. KadeFoster

    Query continuous form question

    That is awesome, thanks heaps for this. I was just stumped with that bit of code. This is my first project and i am learning as i go. Work did not give me the chance to go out and learn Access nor did they give me time to make this. This is my working project, they needed it yesterday.
  9. KadeFoster

    Query continuous form question

    Hey all, I have a project that i have been working on and i am stuck with a query, I am relatively new to access, but have been working my way through my project slowly. So below i have a list of all my active maps(TCRA MAP LOOKUP). For each of these active maps i have to generate an...
  10. KadeFoster

    Upload file, copy & rename dynamically

    I think i got that part sorted, code does what i outlined at the start.
  11. KadeFoster

    Upload file, copy & rename dynamically

    Was just posting my solution. Not sure how helpful it will be. Maybe some one could use what i made.
  12. KadeFoster

    Upload file, copy & rename dynamically

    Ok cool well that compressed down well. I hope that i am going the right way with my project. Its hard to know when you don't know what your doing. I want it to do things so then i work out how to do that, then move onto the next part.
  13. KadeFoster

    Upload file, copy & rename dynamically

    Well i was going to upload my project file but its says" its too big". It is only 10megs hmmm
  14. KadeFoster

    Upload file, copy & rename dynamically

    ok i have come up with a solution that works. I have 3 Public Variables declared on my Global Module. Public NEWPATH As String Public UPLOADPATHS As Collection Public DISPLAYPATH As String And have made the separate parts of my solution into modules. Ok so first part. Browse Button. Private...
  15. KadeFoster

    Upload file, copy & rename dynamically

    Would it just overwrite the folder without any issues?
  16. KadeFoster

    Upload file, copy & rename dynamically

    I have beginner VBA skills, so i am going to break down what i do into little sections and learn as i go. I have created a module for checking if the folders exist and then makes them if they aren't. Its pretty basic but it works. Not sure if it will be an issue when i split my database...
  17. KadeFoster

    Upload file, copy & rename dynamically

    OK thanks for all your help, yep totally think this is above my head for the time being. But I am continuing to research and try to understand what you all have shared with me.
  18. KadeFoster

    Upload file, copy & rename dynamically

    Hey all, I am working through my project and have come up to a bit that is a little out of my skill level. Hopefully some one can help. I am working on all my inputs (forms) to make sure I can capture all the data I need from the user before I work on the Reports. Unfortunately I am learning...
  19. KadeFoster

    Check Tables

    Sorry for the long wait between replies i have been away on holidays. Ok, am still on tables and trying to work out what to do next. I have started to attempt a form but have come to a problem. I am not to sure what to do. For every handover there can be many jobs done that day, different...
  20. KadeFoster

    Check Tables

    Ok, will fix all the relationships in regards to that and as i go along i will work out what i need. I think i have gotten everything. Have been asked to put in a basic inventory system into the db as well. Probably like 10-15 things but i will concentrate on getting this form frontended. And...
Back
Top Bottom