Search results

  1. N

    Records

    Hello everyone, I can not send database in attachment because in zip format is bigger then 300 MBy,I have loaded Offering devices Listbox from table Police.With arrow down I put selected record to Listbox Selected devices, then I define quantity and with CHOOSE Command button I put that record...
  2. N

    Check for duplicates

    Hello everyone, This is code with which I choose records from one table and I put them to another table (OdabranaOprema), can I add code with which I can stop choosing the same record twice? I would like in that case have possibility to change the quantity of the record which is selected twice...
  3. N

    Opening forms based on criteria

    Hello everyone, I have a problem with opening forms.I have situation with 8 forms (small ones!) which must be open based on values in ComboBox1 and ComboBox2. Can I do it with Select case (DoubleClick event), and how? THANK YOU IN ADVANCE,
  4. N

    Hyperlink

    Hello , I have ListBox and I have put in ControlSource: SELECT HorizontalniDrzaciKabela.Referenca, HorizontalniDrzaciKabela.Opis, HorizontalniDrzaciKabela.Visina, HorizontalniDrzaciKabela.Napomena FROM HorizontalniDrzaciKabela WHERE (((HorizontalniDrzaciKabela.PickFlag)=False)); Can I make...
  5. N

    Sum-table

    Hello everyone, I have table OdabranaOprema with 3 columns-Kolicina,Visina,Result.I would like to multiply Kolicina x Visina in 1. row and put result in Result column, than I want to do the same in the next row and so one.At the and I would like too put result of summary values from Result...
  6. N

    SetFocus to txtSomething

    Hello, I have litle problem regarding SetFocus.I have 2 Forms - form1 and form 2.On form 1 I have txtSomething and when I open form2 I can not SetFocus on txtSomething.I have tried with Forms!Form1!txtSomething.SetFocus but something wrong,can someone help, thanks
  7. N

    Selecting records

    Hello everyone, I am new one in Access programing so I will be grateful if someone can help me.The situation is this:I have main form frmOdabirOpreme.With button cmdNapajanje I open a new form frmNapajanje.On this form I have listBox lstNapajanje in which RowSource I have put - SELECT...
Back
Top Bottom