Search results

  1. B

    Hyperlink on Form

    Hi again I've tried all of these ideas but i've not had any joy yet. the zip file works for the first record in the DB but when i go to the next one it kicks out an error. i have about 3000 records in the DB, each with individual URL's. i need to be able to go from record to record and access...
  2. B

    Hyperlink on Form

    Thanks, i downloaded your zip file which works but if i go to a different record it throws up a run time error 490
  3. B

    Hyperlink on Form

    Hi I've got a a table that contain URL's. On the form i'm displaying the URL as a hyperlink but when i click on the link it does not open a browser. Any ideas? Ben
  4. B

    Name Logging

    Hi I have a command button which dials a phone number via the PC. When i cick this button the date and time are written to a table. Private Sub Call_Me_Click() Lsd.Value = Date Ltc.Value = Time Logged.Value = GetUserName On Error GoTo Err_Call_Me_Click Does anyone know how i can get the user...
  5. B

    Macro in form

    it's a good idea but all the urls' (2000 of them) are similar so there would be too much confusion there i think. if a macro or command button could search a table for the correct url and then present it that would be awesome
  6. B

    Macro in form

    basically i want to click a button that goes and checks a column in a table for the correct url and then pops the browser with that url, any ideas?
  7. B

    Macro in form

    yes but the problem there was each url is different. i can display the individual url's on the form but not sure how to turn that text box into a hyperlink after that
  8. B

    Macro in form

    Hi, hope someone can help! I have a macro written that when clicked on it opens a web browser. Is there a way this can then point to a specific website url? I could make the default url in the browser point to a url but each time i click on the macro button the url needs to be different. all of...
  9. B

    Web Page Macro

    Hi, hope someone can help! I have a macro written that when clicked on it opens a web browser. Is there a way this can then point to a specific website url? I could make the default url in the browser point to a url but each time i click on the macro button the url needs to be different. all of...
  10. B

    Counting Down!

    yeh that kinda makes sense, thanks i'll give it a go
  11. B

    Counting Down!

    if someone has ordered there has to to be some kind of manual intervention. basically if i were to press submit then the table should simply count down 1 or however many had been ordered, does this help?
  12. B

    Counting Down!

    Hi I have a form which displays which products are on sale but I want it to count stcok orders down, i.e. if there are 10 stock and someone orders 1 I want the system to automatically recognise that there are only now 9 in stock, any ideas? Help really would be appreciated! Thanks B
  13. B

    Web page within a form

    perfect, its done. Thank you!! I did actually try this before but clearly i was going wrong somewhere, thanks again!!
  14. B

    Web page within a form

    still no joy, i must be missing something really simple!!
  15. B

    Web page within a form

    Thanks but where within the code do i put that?
  16. B

    Display a web page within a form

    Can anyone help?!? I need desperately to display a web page in a form but when i insert the browser i cant find where to put the URL in order to display the webpage..........!!?!?! HELP!!?!:confused: Ben
  17. B

    Web page within a form

    Hi I can insert a web browser as an ActiveX control however when i view the form in form view no page is displayed. anyone know how i can view the website within a form? Thanks Ben
  18. B

    Record Navigation

    Hi Can i get rid of the record navigation bar at the bottom of a form? if so i can have a control button that will go the next record but how can i stop 2 people going to the same record? Any ideas? Thanks B
  19. B

    Web page within a form

    Hi, I can insert a web browser within a form however i cant actually view a web page. Any ideas? Thanks B
Back
Top Bottom