Search results

  1. S

    I need opinions about access

    I working on Access about three years, also I create few complete projects (for friends and for sell) in Access. I like Access. But all time I thinking is it need and is it worth to move to VB.Net or similar enviroment. In near future I want to create more projects for sell. I need Your...
  2. S

    how to delete all forms or reports

    How to delete all forms or reports from code in database?
  3. S

    tblTemp to tblDelivery

    I create a tblTemp table based on crosstab (from tblDelivery) . When I change some data on this tmpTable, how to move data from this tblTemp to original table tblDelivery.
  4. S

    crosstab -please help

    I have a form based on crosstab query. when I want to change data that's not possible beacuse qrosstab isn't editable. I create another form to open when I double click on record where I want to change data. When I go back to main form how to move focus to the record where I was.
  5. S

    setfocus problem

    I have form called frmMain with subform based on a crosstab query. Because crosstab query isn't editable I create a command button to open another form to change data, but when I go back to frmMain I call frmMain.subform.requery to refresh data. Everything is working, but how to go (setfocus) to...
  6. S

    database window at specific size

    Is it possible to open access database window at specific size (example at 800x600)? I dont mean on forms. I want to creating application which wont resize on full screen if resolution is higher then 800x600. I try with hiding access database window but I dont like this solutions.
  7. S

    combo box capabilities?

    I have a problem with combo boxes. I can create a combo box to move form to the record which I selected in combo box. Also I can create another combo box to add new records with notinlist event. But is it possible to do this with one combo box. I want to use combo box to move forms to selected...
  8. S

    Using combobox as search field and adding new data?

    Is is possible to use combox to find records and move forms to selected records or add new data with notinlist event.
Back
Top Bottom