Search results

  1. J

    Problem viewing Hyperlink

    can i not do that automatically when i select a letter ?
  2. J

    Problem viewing Hyperlink

    Hello When I click on a hyperlink that I have added on a form, it will not open. I have added a sample of what im doing if anyone can help. Thank you
  3. J

    error with php code

    Forgot to add Link to see it working http://o-brien.eu/Health/CheckUp.html
  4. J

    error with php code

    Hi all, I have uploaded a copy of my access database as .sql to my website and created a table in the mysql database. Also done a html form of the database and a prosses.php. Evey time I run it I get the following error : Parse error: syntax error, unexpected ':', expecting ',' or ')' in...
  5. J

    CSV Auto Refresh

    Hi all, I have an external program that I export a csv file. In access there is a link to the csv file to a table & query, so that I get use the data , (like the graph in the sample db). Every day the csv file is created, but access will not update unless I use the Link Manager. Is there a way...
  6. J

    How to show appreciation for help

    Hi, I would like to show my appreciation for all the help I am getting and given on my project. I just cant pop round and buy a beer, so is there any other way ? thank you John
  7. J

    Return to help

    Hi all, I have attached a sample db that I need help with. What I need is when you have selected a page from the combobox, How can you get it to return to [SampleName] automatically ? Thanks
  8. J

    Add / Change Currency Symbol

    The way I fixed this problem .. Place the following into the Format property of your displaying field £#,##0.00;-£#,##0.00 If you want another symbol just change the £ symbol in the above code. Thanks
  9. J

    Add / Change Currency Symbol

    sorry sorted
  10. J

    Add / Change Currency Symbol

    Hi all , I need to have the pound sterling symbol ( £ ) in a field, but only have two options 1- Dollars ( $ ) and 2 - Euros . I have done a search but cant seem to find out. How can I get pounds or change one of the others. Thank you
  11. J

    Open Form From ComboBox Help

    Hi all, Im using the below code to open a from depending on what option is selected on a combobox. Private Sub DirectPCombo_Click() Dim cboVal As String Dim stDocName As String cboVal = Me.DirectPCombo.Value Select Case cboVal Case "One" stDocName = "TestOneFrm" Case "OneRpt"...
  12. J

    Alarm Script

    it works thank you
  13. J

    Navigation Form Problem

    Thanks for that, I see that it works, but I would need to change a lot of things (see attached pic showing the headers and each one has from 3 to 20 forms attached to it.) John
  14. J

    Alarm Script

    if you could send it , i will put it on John
  15. J

    Navigation Form Problem

    No its on the create forms menu I have attached a sample db showing the problem John
  16. J

    Navigation Form Problem

    Hi all, I have made a navigation form that prints the current record out as a PDF and also the option to send the current record by email as a PDF. Both work perfect when you open the form outside the navigation form. But when you open it inside the navigation form, it does not print any of the...
  17. J

    Alarm Script

    in a word no, i only have access, not office, i use windows live mail John
  18. J

    Print Current Record With subforms

    Hi all, I have a form that has 2 subforms. When I try to print the current file there are a few problems, 1) When you use the print option in File menu, and select "Selected Records" , it will always print the second record, no the one selected. 2) No matter how often I change the...
  19. J

    Alarm Script

    Hi all, I have a from setup with my hospital/ doctor / health care appointments (a lot of them), Is there any way to have a alarm / message box pop up 1 week before the appointment date ? Thank you
  20. J

    Sub Form help please

    Fixed now, Thank you for your help
Back
Top Bottom