Recent content by blue-bullet

  1. B

    Open A Url From A Form Button

    but what if there is a universal button (in the header) that if pressed goes to the url in the relevant record. Wht then? ciz thats what i is trying to do :)
  2. B

    Running applications and passing on text box info to vb

    it is a remote access application. A bit like logmein and webex.
  3. B

    Running applications and passing on text box info to vb

    thanks for getting back to be David! I dont know what its written in, yes it is off the shelf product, you can download it free from teamviewer.com I have managed to get it to run from command prompt, using the parameters required. So if needs be, passing on the command to command prompt and...
  4. B

    Running applications and passing on text box info to vb

    cumon?!! this should just be a case of passing on variables which is something i dont know how to do , regardless of where its going, a bit like a broadcast.
  5. B

    autopopulate fields on FormB with data from FormA

    BINGO WAS HIS FRICKEN' NAME OH! Thanks Baldy, your a saint - what a nice ending to my english day! enjoy the rest of yours :cool: :cool: :cool: :cool:
  6. B

    autopopulate fields on FormB with data from FormA

    I ahve it so when adding a new device the customer id is in there. not a problem. What I want now is the double_click feature to go to the record i double clicked...
  7. B

    autopopulate fields on FormB with data from FormA

    Yea sure, here it is matey It was like that in my previous job, we spent more time in meetings than doing the damn work! We kept getting "we will have to organise a meeting as its not within the scope of this one"...bloody project managers! << (Sorry if that offends anyone lol)
  8. B

    Running applications and passing on text box info to vb

    Hi guys, I have a form with a button which opens a program called teamviewer, here is the code so far: Private Sub AccessTeamviewer_Click() On Error GoTo Err_AccessTeamviewer_Click Dim stAppName As String Dim stTeamviewerID As String Dim stTeamviewerPW As String stTeamviewerID =...
  9. B

    autopopulate fields on FormB with data from FormA

    here you go, to see the issue, open the customers form, then in the subform doubleclick the device (testserver1) and thats the error. I want it to go to that record when i double click it.
  10. B

    autopopulate fields on FormB with data from FormA

    nope that didnt do it
  11. B

    autopopulate fields on FormB with data from FormA

    thanks, but when i run that, it errors, the debug shows the yellow highlight on the second line. When I mouse over it, it tells me the query responds with the correct ID (29) which relates to the double clicked record, so why will it error?
  12. B

    autopopulate fields on FormB with data from FormA

    ok i think ive confused you. Basically, on the customers form, if i double click the device in the subform, I can go to that device in the device form. I want an extra button that opens and creates a new entry in the devices table pre populated with the customer id. Sample code anyone?
  13. B

    autopopulate fields on FormB with data from FormA

    I can only find this being mostly related to my question and not sure if this is solved? I have Form1 which is a customers form which has a subform with a list of devices (populated from the devices table) My question is, from my customers form, I want to be able to create a new entry for...
  14. B

    Disable text box after initial entry...

    im not sure what code i put under each case. The creation of cases and such is completely new to me. I dont know anything about "As Bolean" or what ever, complete noob, please excuse me. looks like i am a quick learner! see attached people...incase you want this solution.
Back
Top Bottom