Search results

  1. 1

    Combobox

    I have a table with seven coloumns, I`ve made a form with a combo box and 6 textfield, each representing one of the coloumns in the table. the combo box contains all the data in the first coloumn in the table. is there a way wich I can choose a value in the combo box and then view the record for...
  2. 1

    Populated textfields

    I have a form where a user can enter data into seven textfield an push a button to add this info into a table. The problem I`m having is that the textfields are populated with the data that lies in the table. is there a way I can keep theese fields empty so the user just adds data and after they...
  3. 1

    Show all records

    I have a simpe database wich is a tool register, the user can add more tools to the register and edit whatever he or she wants. How do I make a form where I can view a list over all the registered tools??
  4. 1

    Getting the right data from a table

    I`m having som trouble viewing the data I want to. I have 2 tables, tblserial and tblparts, in the table tblserial I have a list of products and in the tbl parts I have a list of the parts the products are made of. There are 4 "projects" that theese products and parts belong to. i`m using a...
  5. 1

    getting records from a table

    I have a table with 5 colloumns.the first colloumn contains a serialnumber for a product. I`ve made a combo box where all the serial numbers are listed and some text fields where I can view the whole record for the chosen serialnumber. this works fine now this is what I wanna do In the table...
  6. 1

    View record in a form

    I`ve made a combo box which finds a record based on the value I select in the combobox. How do I view the whole record that the value I choose in the combobox belongs to??
  7. 1

    Creating a new table

    I have a database with 4 existing tables, in the future the user wants to add new tables to the database trough a form. I want to make a form that has a button that says "create new table" or something, then the user can type in the name he wants the table to have. I also want to have a combo...
  8. 1

    Making a menu

    I have a database with 4 tables, Theese tables has nothing to do mith each other but the same operations will be performed on the, how do make a form where I can choose from a menu which of the tables I want to work with and then proceed to the main functions, the functions are a simple search...
  9. 1

    Move data from textbox to table

    I have a form with 5 text boxes, how do I transfer the data that are typed in the textbox into a table, each textbox represents a field in the table. I want to create one new record everytime the user types in data and registers on the click of the button. How do I do this?? I`m a real newbie...
  10. 1

    ComboBox Wizard

    I`ve read in som threads that there shoul be 3 different options in the combobox wizard, I talking about the options in the "How do you want the combo box to get it`s values" but I only have 2 options, 1."I want the combo box to look up the values in a table or a query" and 2. "I will type in...
  11. 1

    Making a searchable database

    HI I`m new her and new to access and have a few problems I hope you can help me with. I have a table with 5 colomns, one og the colomns contain an exlusive numer for each record, I want to make an app where I can type in that number an on the click of a button show the record that the number is...
Back
Top Bottom