Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ramondrumon

    Synchronizing

    COOOOOOOOOL. I've been try to get this solved for weeks and you have me on the right track now. Thanks!!!!
  2. ramondrumon

    Synchronizing

    Okay, I'm getting closer, my only problem now is that one contractor may have up to 50 employees to choose from. I think this is where it gets ugly!
  3. ramondrumon

    Synchronizing

    You understand my question fine, but if I have Prime contractors in one column and Sub contractors in a second column and choose one column, I would be choosing a Prime and a Sub both, they both need to be in one column.
  4. ramondrumon

    Synchronizing

    I'm having a hard time getting an answer to this because I don't really know how to explain. I need a combo box that will have two tables with one field from each in the same column ( i can do a union query ok), the fields are (subContractors & primeContractors). I need this combo synchronized...
  5. ramondrumon

    Combo box sync using a union sql

    I want to synchronize three combo boxes and the information needs to come from two different tables. I made a union sql from the tables and this is where I am stranded, anyone have any ideas? The two tables need to be separated other than for this purpose, I have access 2000.
  6. ramondrumon

    Update more than one record.

    I don't have a problem synchronizing combo boxes, if I choose multiple items in the list box (each is it's own record) I want the form to update all of the records with the same info from the form. I hope I am making some sense now.
  7. ramondrumon

    Update more than one record.

    Combo box titles: 1001 Demolition 1001 1.1 Concrete demolition 1001 1.2 Wood Demolition I have a combo box which will show [1001 Demolition only], if I Pick 1001 demolition it will update a list boxt to this: 1.1 Concrete demolition 1.2 Wood Demolition This in turn is...
  8. ramondrumon

    Inserting info from list box to text box

    I did not make myself clear, the text box automatically starts a new line, but I don't want the next string to be on two lines if it is to long, if the 1st line is about full, I want the next string I insert to stay together and go to the next line.
  9. ramondrumon

    Inserting info from list box to text box

    I have a text box that can take 3 lines of information, I have a list box that when I click on a row the info is inserted into the text box, then I click on another in the list box and it is inserted too. My problem is that when I insert some info to the text box, the info can be broken in half...
  10. ramondrumon

    Set focus to a text box in a subform

    Forgot, FrmSubmittalLog is the subform name.
  11. ramondrumon

    Set focus to a text box in a subform

    I have this code in the current event of the main form to set focus to a text box of a subform. Forms("FrmSubmittalLog").SetFocus Forms("FrmSubmittalLog").SubmittalIDNo.SetFocus I get an error saying it can not find the FrmSubmittalLog, and I can't figure it out, so some...
  12. ramondrumon

    Continuous form

    I can do it this way if I have to, the drawback to this is when I will fill out the new record I actually use information from 3 or 4 records that are in order, forgot to tell you that.
  13. ramondrumon

    Buttons to Filter Form

    I put a button on the form and then created a macro and then use the macro in the click event of the button. There are some sample macros in Northwind to study, they are not to difficult to do and once you know how to use them, they are a pretty handy tool.
  14. ramondrumon

    Continuous form

    I don't think I understand what you are saying, you may have to spell it out for me, but if I add the new record at the end, I will not have the record I want to use as a reference which may be a couple hundred records back.
  15. ramondrumon

    Continuous form

    I have a continuous form (form view) and new records are inserted after the last record. I would like a blank record line inserted between two records, then I would be close so I could copy some of the related information to fill out the new record and (2) it would then be next to the record I...
  16. ramondrumon

    I'm trying to do something like thi

    Thanks for the answer, full steam ahead!!
  17. ramondrumon

    I'm trying to do something like thi

    I'm trying to do something like this in a continuous form and report: 02900-1 HEADING 1.2 Some info 1.2 More info 1.3 More info 03440-2 HEADING 1.2 More info 1.3 More info Every line will...
  18. ramondrumon

    Expand a text box?

    That is more what I was looking for, I am going to work with it!! That idea is worth a star!!
  19. ramondrumon

    Expand a text box?

    Thanks for that idea, I had not thought along those lines, I wonder if there is a front door approach though. I opened up the zoom box with: DoCmd.RunCommand acCmdzoomBox. Thanks for the reply.
  20. ramondrumon

    Expand a text box?

    I would like a text box in form view to expand when it has focus (show 55 characters)and then shrink back (to about 20 characters) when it looses focus. I found the code to make it zoom, but I need to limit the characters to 55 and the zoom box lets you add more letters and then truncates it...

Part and Inventory Search

Back
Top