Search results

  1. qurn

    Making it easier to create hyperlinks

    Thanks looking at the picture I can tell that this is exactly what I'm looking for, Thanks. I'll be looking at the code but it seems to be a bit needlessly complicated. The good news is that I wount need a button, the form will be used for adding records only, so clicking on the hyperlink box...
  2. qurn

    Making it easier to create hyperlinks

    I have a form that is going to be used for adding records, but it's going to be used by other people, so I'm trying to make it as easy as possible to use. So one of the fields is a hyperlink that should be linked to the file you'd want to veiw, making one of these may be a bit too complicated...
  3. qurn

    Still need help updating from a form

    Alright I found out this can happen if you have the ID field in your subform. now I'm getting error message You tried to assign the Null value to a variable that is not a Variant data type. (Error 3162) I'm going to read up on this, but I don't see why I'm having this problem.
  4. qurn

    Still need help updating from a form

    I have 3 Tables One named "bulliten" one named "whomakes" And one that combines the 2 named "bulrid". I have a form with source "Bulrid" Who makes is chosen with cascading combos, and the bulliten information is suppost to be filled with a subform. but every time I try to put some info in the...
  5. qurn

    copy data from a column in one table to a column another.

    Ok, sweet, thanks. I see know that you need to use a subform. I was using one single form based on a query, so there's the indiscrepancy. I'm assuming I can make it look like only one form without it looking like a form with a bunch of subforms on it? I'll try this out, but just for curiosities...
  6. qurn

    copy data from a column in one table to a column another.

    any help from anybody? :(
  7. qurn

    copy data from a column in one table to a column another.

    Ok, I tried that it never seems to work for me. Do I need reinforce referencial integrity in order for it to work?
  8. qurn

    copy data from a column in one table to a column another.

    Well, I need it to complete relationships for updates. I'm trying to get it so my users can update from one form. I don't know how else to put it. The info is spread acrost a couple of tables then put together in a query (fairly common). Even with the relationships it's not automaticaly filling...
  9. qurn

    copy data from a column in one table to a column another.

    I have the same question, I'd like mine to copy from an auto number column after update, and I'd like to do it in VBA. Could I get the code for that please?
  10. qurn

    Updating With a Form

    Thanks for your help so far. Well, I'm still running into a dead end here. So I stripped the database of all inmportaint and volitile information. If you also have any idea on how to make this thing better please let me know.
  11. qurn

    Updating With a Form

    here's some screen shots, It should be easy enought to build really quickly on your own, if you feel so inclined.
  12. qurn

    Updating With a Form

    I'd love too but I'm dealing with not only the states information, but the information of several private companies. My boss wants to make it public, but my bosses boss doesn't, and I can't say for the other companies. I can get you screen shots of the relationships and forms, I just can't send...
  13. qurn

    Updating With a Form

    yeah I checked those, they're both set correctly. I noticed that when I put in information it's filling up the Bulliten table. I checked everthing and made sure that the source fields where set properly, even used the Expresion builder, but it's still only filling up the bulliten table, and not...
  14. qurn

    Updating With a Form

    Yeah I tried updating from the Query and it does work.
  15. qurn

    Updating With a Form

    Let me explain my database. Although there is lots of info. in it there isn't much to the infostructure. I have 5 Tables: Bulliten: ID (auto number) Bulliten name Link (is a hyperlink to the actual file; *.pdf, *.tif, etc.) Date Ride Name Ride ID Ride Name Manufacturer Manufacturer ID...
  16. qurn

    Updating With a Form

    Thanks Bob, but what I mean is that it's not actually putting the data in the tables. Is there something else I need to do?
  17. qurn

    Updating With a Form

    Ok, Third question. I have a query called "Bulliten Query" that I am using as a source for my form. The problem is that after I set the Data Entry property to "yes" it's not putting in the values into the query.
  18. qurn

    Updating With a Form

    Thanks Bob, you're the best. Let me play around with this a little bit then I'll come back and ask my other questions.
  19. qurn

    Updating With a Form

    I'm trying to make a form that can be used to update a database, I have a string of several questions, so I thought I'd just start with the easiest ones and work up from there. First, how do I get it to always open on a new field, and go to a new field after update. Second, I have two combo...
  20. qurn

    customizing forms

    I got it, I forgot to turn the scroll bars off. Thanks a lot for your help. :)
Back
Top Bottom