Recent content by HOTBETZ

  1. H

    want borderless listbox

    if u create a report and then simply change from listbox to textbox, that just shows the desired record. Doesnt it???
  2. H

    Opening External Document.

    Hey I hope You u guys can help. i have a little bit of a problem. i am actually doin this project in excel not access but im sure the same rules apply. i am wanting to open a word document from one of the forms in my project. at the minute i am using a simple hyperlink. the problem i have is...
  3. H

    printing a word document

    This is an interesting one! i have produced a brochure in word. it consists of a sheet for internal use (Single Sided) a front cover, on card (single Sided) and the remaining brochure (duplex) it is a duplex printer and i want each of the stages above to print from a different paper...
  4. H

    printing Word Documents

    This is an interesting one! i have produced a brochure in word. it consists of a sheet for internal use (Single Sided) a front cover, on card (single Sided) and the remaining brochure (duplex) it is a duplex printer and i want each of the stages above to print from a different paper tray...
  5. H

    RecordSet

    i have produced a query that groups records together by suppliers. i want to edit one on the fields so that all the records with that supplier have the same value. but when i try to edit it, access just says "the recordset is not updatable". is there anyway of getting round this? thanx in...
  6. H

    Blank Form

    when the subform is completely blank, should there be a record there or just a blank record???
  7. H

    copy record

    i dont know whether this would be the best method, but i would just use an append query and get it to pick the records straight off the form. this would mean that u could merge both forms/tables into one.
  8. H

    Two Control Sources

    i have a table with several prducts. Products(prod id(PK), contract no, supplier id, order no, etc) and this is filled out using a form. unfortunatley the order no is not know when the items are put into the table, so i need to find a way of putting the order numbers in without having to fill...
  9. H

    Two Control Sources

    Hey guys Basically what i am trying to do is get a textbox to save its value in a table. i have a form in which there is a textbox with a formula in it. i want to save the outcome of this formula to a table. how do i do it? if i can? it would be so much easier if textboxes, like comboboxes had...
Back
Top Bottom