Search results

  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.
  16. N

    Run-time Error '3061'- Expected 1

    I have a error I need help with. Here is my code for my Global, and My Form Current: See the red for the Error Line, that show up in the VBE and the Blue is the code related to that line. I am using access 2003 'Declare all variables for right-side record counter Dim bdg As DAO.Recordset Dim...
  17. N

    comment Code?

    Thanks for the reply. I have found a good soultion: Find the Edit menu in VBE(where you eidt your code), (right click on a toolbar, then select Edit), there are two buttons for comment/uncomment blocks.
  18. N

    comment Code?

    Okay Stupid question, But I have tryed different things and have not got anything to work yet, So I am using Microsoft Acess 2003. I would like to be able to comment out block of code. Thanks Sorry for the stundness...:confused: :confused:
  19. N

    adding things to images?

    Hey all, I was wondering if there was a way that I can add things to my image. I have an image of a map of my local area and I would like to have my user be able to click on different areas on the map to display information on specific local things in the are. How is this possible? Thanks
  20. N

    Sorting my form??

    Hey all me again, just trying to figure out the answer to me problem I have been asking other people as well and I got this message the other day, maybe someone has some comments on it. Thanks Public Sub subCopyToFormFromTable() Dim strOwner As String Dim strPhone As String Dim rst As...
Top Bottom