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 SkipVought 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. darylclassen

    Using PHP Scripts in Flash MX

    First, make your php script echo out the variable for use in your flash flick. An example would be if $hit was your php variable, and bit was to be your flash variable. So your line of code would be: echo "&bit=".$hit."&"; Next use LoadVars to load your variables from the...
  2. darylclassen

    Can't get calculation to work for my form

    Nevermind, figured it out. For anyone else wondering why things aren't working when refering to a field on a subform, here's the proper syntax. Forms![main form name]![subform control name].Form![control name]
  3. darylclassen

    Can't get calculation to work for my form

    I have a form with a subform. Text0 and Text2 are on the main form. PercentageTotal is on the subform. I'm trying to make an if statement where it will do one thing if the total of all 3 fields is below 101, and another if it is not. Here is my code...Please help me! Private Sub...
  4. darylclassen

    A+ Salary?

    The fact is, as in all things, he who takes the risk reaps the rewards. In my area, tech work goes for $65+ an hour, and the main determination of your customer base is your efficiency at fixing their problems. Now, that same experienced tech making $65 an hour would be damn lucky to pick up a...
  5. darylclassen

    Using different formats in a concatenated string

    I have 3 elements concatenated together to form a string, but I am looking for a way to make the middle element appear in bold text. Any ideas or solutions?
  6. darylclassen

    Can't retain format type when concatenating

    I have 3 items I want to concatenate into a single paragraph. 1.Openening sentence fragment (in text form) 2.Dollar value (in currency value) 3.Closing sentence fragment (in text form) My problem is that I can't get the Dollar Value to retain it's currency formating in the resulting string...
  7. darylclassen

    Query won't grab currency from text box

    Thanks so much, that totally solved my problem! Cheers
  8. darylclassen

    Query won't grab currency from text box

    In Form1, I have a currency value as the default value in a text box that has been grabbed from a text box in another form. My problem is that I keep getting a messed up response when I send this value to my query. Instead of the value, I get 2 little boxes. I assume this is because Access is...
  9. darylclassen

    So confused with multiselects

    I have a form, with a multiselect list box (simple) on it. I also have a button that opens a query, and one of the columns in my query looks back at the listbox for it's criteria value. Well, I can't get this to work at all. I've read other posts, but I still can't seem to get it working. Can...
  10. darylclassen

    Digital Cable?

    The different services on the coax come in along different frequencies, so just make sure your splitter has the bandwidth to support everything.
  11. darylclassen

    Automating replicas? Possible?

    Right now, the company database has 2 copies: 1 networked version, and a replicated one used on laptops when away from the office. Is it possible to make the 2 versions automatically synchronize when his laptop is plugged back into the network, like the WinXP sync, but amalgamating rather then...
  12. darylclassen

    Question about criteria field in queries

    Thanks for the help. Works perfectly!
  13. darylclassen

    Question about criteria field in queries

    I've built an application to enter and print out reports for my company. To choose which report to print, I've entered [Enter Invoice #:] into the criteria field of a query the report pulls the invoice number from. Is it possible to set the criteria field to some statement that will give a list...

Part and Inventory Search

Back
Top