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 TouchToneTommy 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: *

  • Users: aliceapraham
  • Content: Threads
  • Order by date
  1. aliceapraham

    opening an email application within a form

    Hi, I need help again guys. I have a form, & I want to put a comand button in it, so it when the user clicks it, it opens an amail (Outlook for example)application & lets him send that specific record (page of form) to a specific email address. can it be done, & how? Thank you Alice
  2. aliceapraham

    How to make the Property box go away

    I have this form as startup, I have it coded DoCmd.Maximize so that it maximize but the property box always opens, I need to put a code so that it doesn't show, unless I open it myself. ANy Help??? Thank u. Alice
  3. aliceapraham

    put a calculated field frm a form in a table

    i have a form that has records from multiple tables, like Companyname (table), Salesman (table2), Products (table3), now, in my form i have a calculated field, that has the product, Wty & total so i want that form to be saved in a table (which will be (Table4), that has Total, product Qty fields...
  4. aliceapraham

    Lock a date in a form

    Hi, I have a form that has a date in it =Date() & i want to lock it, as whenever i open the form I don't want it to give me today's date, I just want it to give me the date that it was formed that page. Like I opened a new records today, so it will right today's date, but then totmorrow when i...
  5. aliceapraham

    Combobox updates.

    Hi There, I have a combo box with CompanyName & another txt boxs, Address, City & State. I need to put a code in the Combobox that after update it puts in the addressboxs the proper address. how do i do that? Thank you Alice
  6. aliceapraham

    Multiple line of products

    I have a form that has 4 fields Qty Product (which is a combobox) UnitPrice & Total. the user must select couple of products that he is going to buy so I need to make couple of rows the same fields, & then sum the totals up. How do i do that? Like qty Product Unit Price total 10...
  7. aliceapraham

    If then code in a combo box

    I have a Table that has a Product field & 2 Price fields. Price1 & Price2. In the form I have Qty field, a combobox which is the 'Product' field & 'Price' field, I want to code, either the product filed or the price field, that when i put a Qty from 1 to 10000 & when i choose the product, in the...
  8. aliceapraham

    help w/Estimating form

    I have to creat this little program for estimating. I have couple of tables, customer, sales man (which are subtables, connected togather), & I have a price table, which has Service filed & 4 different prices for each service according to the quantties, (ex: if the qty is <0 & >10,000 OR...
  9. aliceapraham

    Form in a form

    I'm doing a form that has a subform in it from a table, then I want to put another table in that spasific form, how can i do that? cause when I'm puting a text box & in the control source I'm pressing the expression builder & clicking on the table that i want & the field that i want but it gives...

Part and Inventory Search

Back
Top