Recent content by millarjeremy

  1. M

    jstreetrelinker is cool.....

    i don't really want to touch there code... I want to be able to display the BE that the FE is attached. This is or without the use of their code. From what I understand it is common practice to use FE and BE and was hoping that someone else had come across this b4.
  2. M

    jstreetrelinker is cool.....

    okay with that said, the jstreetrelinker is a very very nice bit of code... LOVE IT!!!! What I would like to do now is on the main menu form to display the name of the be file that the person is currently attached.. We split each project into it own database... DON"T ask. Anyhow.... if you can...
  3. M

    update access

    Thanks mate. I believe you correct that I should really split the fe and be. Each user may a copy of the be on their machines as thy are remote. Can I send them qry / table updates?? And thank you for your prompt reply.
  4. M

    update access

    Morning / Evening Gurus. I have developed a database and the users are using it... good start!!. Each person has their own version of the mdb and use runtime. When I make changes in the database, eg each reports, qry, modifications to tables, I want to be able to send these updates to the...
  5. M

    combo box in sub form.... .:(

    that is what I needed..... nice work and you
  6. M

    Two tables in one form

    create a query with with both the tables, joined by the test location field. Also have a really good review of why all that data needs to sit in 1 table. it can be spread across multiple tables and brought together with qry. Have a look at the northwind dba for a general read, it will help. Just...
  7. M

    combing rows into 1 field

    YOU ROCK.... worked a treat
  8. M

    combo box in sub form.... .:(

    hello ALL, I thank you in advance and apologies for my basic questions. so here goes and hopefully I am clear. I have in my main form a order section, and a sub form which bring up the details of that order... got that working a treat!!! Now I want to get a bit more tricky. In the main...
  9. M

    combing rows into 1 field

    so in my example you have a Weld (tblWelding_WeldingID) and each weld can have more than 1 consumable (tblconsumables_consumableID). have a third table that links the two, trackID,consumableID, weldingID) What I need to be able to do in a report, is under the heading COnsumable, list the 1 or...
Back
Top Bottom