Search results

  1. T

    Open brower to URL stored in field

    Just a quick one, probalby really easy, but i'm new and kinda clueless to this so here goes: I have a form called "Suppliers" and a text box which displays the suppliers website address, i have put a comand utton on the form, when i click the button i would like it to open the default browers...
  2. T

    Combo box to populate textboxes

    Hello, I have a combobox named"sku1" and 3 textboxes named "item1", "qty1" and "cost1". The combo box allows me to select the correct product code from the list, i then need it to get that products information from a table called "products" and populate the three text boxes with this...
  3. T

    Using a form with text input to open form and display record

    Okay i need some help if you guys dont mind. I have a form named customers, i would like to have a seperate form (Not a subfrm) where i can enter the customer number then click a button (search) and it will open the Customers form and display the correct record. On the same form i wish to have...
  4. T

    Total from multiple records

    Software: Access 2007 I have a table with these fields: orderno, sku, item, qty, price, sub whenever i insert an item it creates a new record: i.e. SKU ITEM QTY PRICE SUB RECORD1: PK999 Pink Dress 2 9.99 19.98 RECORD2: PK998 Black Dress...
  5. T

    Update One Field Using Two Fields

    Using Access 2007: I have a table called "Staff" with three fields "firstName", "lastName" and "fullName"; and a form with three bound text boxes bound to these values: How can i update automatically change the value of fullName to inlcude firstName and last name? For example: firstName =...
  6. T

    Question Can This Be Done???

    I am creating a database in Acces 2007 and it will use lots of images using the Attachments data type, i have noticed that it embeds the image files within the accdb file, this however make the file size very large. I cannot split the database as the database will be used on different machines...
Back
Top Bottom