Recent content by hziggy

  1. H

    open form based on record

    Thanks!!!!!! It worked like a charm!
  2. H

    open form based on record

    Thanks but basically I have the forms designed and everything. I have a from that I would like to use as a data entry form and then also as a read only form for a particular record. Right now the form opens blank for a new record. I need it to also open for a particular record based on a...
  3. H

    open form based on record

    I have looked for an exact description of my issue and have not found one. I apologize if I a repeating. I have a data entry form called bugIdentifier. I also have a form that lists all bugs. I want to put a button next to each bug that will show their details. The problem is that my...
  4. H

    format condition

    I have a field amount that is currency. I also have a combo box with the coice of To or From. If the user selects "From" I need the amount the user enters to be negative. Sounds so simple??????????
  5. H

    duplicate values

    I have a query that uses a tbl fields Bea BeaID qry ToBeaID Quarter Amount qry FromBeaID Quarter Amount the two query are outer joined with BEAID on TO and From. I group by BEAID and by Quarter. Then I want to display the sum of FromBEAID and the sum of TOBEAID. The problem is it is...
  6. H

    moving between 2 listboxes

    I have two list boxes. The one on the left has some values and if I want to use the values i moves them to the right. Well it works sometimes and sometimes I get this error: Either BOF or EOF is true or the current record has been deleted and in my code it says EOF=true. Help here is the code...
Back
Top Bottom