Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Chalco
  • Content: Threads
  • Order by date
  1. Chalco

    Recreate a database link

    I have some code that will re-link a table in the front-end to a back-end database and that works OK, however, I now find myself needing to recreate a link to a backend access database which in turn links to a sql-server database. I have managed to create the link programatically, and whilst...
  2. Chalco

    How to read web / download

    Hi, I would like to create some code which can check a website for a particular piece of text, then depending on the value, download a file - however, I do not have any idea where to start. Can anybody provide a starter for 10, or even some sample code which I can then enhance if need be...
  3. Chalco

    Code to generate/regenerate a DB

    Hi, I normally work on Oracle, so I understand it's internal dictionary, however, I would like some guidence (or code !!) which when run against an access database will produce the sql that could recreate the database, including all R.I., indexes, default values etc Reasons are two fold - 1...
  4. Chalco

    Import a Picture

    Hi, Can anybody help - I don't know where to start - I would like to add a button onto my my form, which calls up a dialogue box to select a picture to import, and then store this in the database (I have an object on the form called, Photograph (oddly enough !!)) I have read the fact that the...
  5. Chalco

    Help Files

    Hi, I have got my application to the state where I want to issue it for Beta testing, but I require to link in some help files - Can anybody suggest :- a) a good tool for developing the help document in (cheaper the better ;o) ) b) How to link this into the forms c) If it is more hassle than...
  6. Chalco

    Parameters in Reports / Queries

    Hi, I have a query, which when run asks for the start_date and end_date, it then uses these dates to establish what bookings exist between those two dates (and if a booking straddles either side (or both), it works out what part is between the two dates) When it runs, it prompts for the...
  7. Chalco

    Complex Query Challenge

    Hi, I am writing (or trying to) some sql that will return a number of records depending on the record concerned. e.g Table A has a record that was last applied date into the ledger (Date_Last_Applied) was 1-Jan-2003, and has to be applied monthly (also read daily, weekly, fortnightly, half...

Part and Inventory Search

Back
Top