Search results

  1. O

    Binding query to textbox

    Hi, Here´s my problem: I have working form of Invoices (linked to tblInvoices) and I want the InvoiceNr to be checked if it exists in tblSomeTable. The check should be performed every time i move to next record on form (next invoice). If the invoice exists the text (txtbox or label, not msgbox)...
  2. O

    Need help with db structure

    Thanks for replies. First, answers to questions. Yes, there will be multiple budgets, budget number will be unique identifier. Object will be the text also unique. That´s not the problem. Problem is category. Every object have multiple categories that can not repeat inside Object. If you create...
  3. O

    Need help with db structure

    OK, this´s what i need to do. I want to create a budget managing db. It should contain fields Budget nr (unique), Object (may repeat), Subcategory (must be unique for every Object), Product, Amount, Price. What i want the result to be, is a form where the 1-st three fields are comboboxes and the...
Back
Top Bottom