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 Mike Lewis 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. russ3ell

    Inserting into a text field

    Idiot that I am, my problem was with extracting the data after. Using mysql, I didn't have the -r option set. Please close this thread - or possibly delete it
  2. russ3ell

    Inserting into a text field

    Hi there I'm using perl DBI and placeholders with a syntax like: $dbh->do("INSERT INTO foo VALUES (?,?)",undef,@fields) This loads up the data. However, one of my fields has newlines in it. When this is printed out the newlines are display as '\n' and not as new lines. Do I need to...
  3. russ3ell

    Filling a combo box from another form

    TGHe problem occurs when you have 'allow additions' set to no, when the form is bound and when there are no records. The solution I've come up with is to test if the form has any records and if not then turn off the display of the bound fields and switch of the recordsource for the form. Then...
  4. russ3ell

    Filling a combo box from another form

    I have an unbound combo box (two columns, widths 3cm;0cm) and when I set the value from another form it is not displayed even though I can read the value

Part and Inventory Search

Back
Top