Recent content by NewfieSarah

  1. N

    Filtered Report

    Hey all, I have been trying to filter my report However It doesnt seem to be working the way I would like it to. I have the ability to filter on my form, so I can search Wood* and then there will be 27 records displayed so I can view each one speratly. however now I would like to have it on a...
  2. N

    adding things to images?

    Oh I was wondering if there was a way to have a hover message dispay instead of a window opening? Like a little pop-up message Thanks
  3. N

    adding things to images?

    Thanks Sorry I didnt notice the bottom of your first message. That is what I needed to know. You are right it will take me a while to get it right since I am using notepad. Thanks!
  4. N

    adding things to images?

    Hey Sergeant: Here is a question, How do I find out to make differnt coords? Since my image is a different size, I was thinking that I could have 2 rect for each side of my image. I am using HTML and my image size on my page it width="950" height="550" I would like to have 2 rect on on each...
  5. N

    HyperLinks?

    Hey all, I have a table for my documents and I have to add all these documents which need to be entered into the table, is there a faster way then right click edit hyperlink and go through the folders and find the file? Since I have a lot of doc this will take a while so I was wondering if...
  6. N

    Integrating 2 databases

    It has been my experience that you can add 2 databases together by geting external data by using your menu bar. I have found that it work very good. But you should make sure that you back-up your data base before you do major change like that to it. (you can do that by using the menu bar as...
  7. N

    bound and unbound textboxes

    Thanks for the help all however, I have found the solution, for other peoples benifit here it is: Me.HSTREBATE1.Value = Me.HSTREBATE.Value Me.NETCOST1.Value = Me.NETCOST.Value This is the code I added to the save button, or the exit of my TOTALCOST. here i have 4...
  8. N

    bound and unbound textboxes

    Well I need to save the data, any ideas on how to do this would be great. to be blunt since this is my program I would like to save the data, I just need a bit of help to do that. Thanks
  9. N

    bound and unbound textboxes

    yes however, See this link To see what i have told others about the textboxes
  10. N

    bound and unbound textboxes

    yes my textbox is unbound, I am using it in a calculation. However I need to save the data as well. ok let me explain a bit more. I have a Visa purchasing table and form. However I know the total cost and once that is entered then the calculations for hst and net cost develope. I have that part...
  11. N

    bound and unbound textboxes

    hey all i was wondering, can a unbound text box be a bound textbox. I have just noticed that my unbound text box doesnt not save in the field in my table, that is because it is unboune right? but i need it to save to my table, and i guees the only way to do that is to save in in the save button...
  12. N

    bound and unbound textboxes

    hey all i was wondering, can a unbound text box be a bound textbox. I have just noticed that my unbound text box doesnt not save in the field in my table, that is because it is unboune right? but i need it to save to my table, and i guees the only way to do that is to save in in the save button...
  13. N

    Run-time Error '3061'- Expected 1

    Thanks for the solution it worked like a charm Stoat!
  14. N

    Run-time Error '3061'- Expected 1

    No [SEWER SERVICE LATERALS] is a table
  15. N

    Run-time Error '3061'- Expected 1

    Thanks for the tips however it didnt work, still got the same message as before.
Top Bottom