Search results

  1. M

    Insert Into

    I have a very simple question to make: how I insert into a table or a query the value of textbox or a combobox.I want to use the insert into command. I tried to type the name of the control but it produces the insert value message. I know the syntax if I write the value in the code but not if...
  2. M

    Not in list.

    I have 3 tables: materialcategory materialsubcategory materialdate they are connected each other with one to many relasioships I have created a form in order to add new materials and which has 2 comboboxes combocategory combosubcategory and a subform materialdata When I choose category...
  3. M

    Combo box help

    Here it comes: I have three tables material category / subcategory / data and I am trying to make a form in order to add new data to these one to many related tables. So I am thinking to have 2 combo boxes one for choosing material caterogy, the other to choose material subcategory and then in...
  4. M

    Date() Function problem

    My problem maybe very simple but I cannot solve it.In the database I was working suddenly the date() function disappeared.I searched the references of the project but there is noone missing or having problems.What do you suggest?How can I insert it again?Does anyone know the dll or the reference...
  5. M

    Need assistance in relationships!!

    Hi all, please note that I am trying to create a database regarding the inbound shipment management of a warehouse.I have the following tables that I need to link: SUPPLIERS ORDERS PRODUCTS INVOICES CASES Every supplier has many orders.One order has one or many Products.So far is easy beacause...
Back
Top Bottom