Search results

  1. P

    report random query

    ciao for all i have a query random: id questions answers 1 xxxx ccccc 2 qqqq vvvvv 3 zzzz fddfdd 4 xxxq fsffsfsf 5 qqqqs gfgggfgfgf and 2 reports limit 3: reports...
  2. P

    hide access form and report

    hi for all i add this code in a module and for form work fine no hide access, but no work for report Option Compare Database Option Explicit Global Const SW_HIDE = 0 Global Const SW_SHOWNORMAL = 1 Global Const SW_SHOWMINIMIZED = 2 Global Const SW_SHOWMAXIMIZED = 3 Private Declare Function...
  3. P

    textbox or caption in a specific record of table

    Hi for all..is possible open the form and visualize a specific record that i would in a textfield or caption label? example record 3 and visualize yes thanks
  4. P

    check

    HI for all I have problem with checkbox in a form and command query by it. This code don't would work. With -1 is ok but with 0(unchecked) the query result is null:banghead: Like IIf([forms]![RE]![cont]=-1;[Campo1];[Campo1] Not Like " QS*" And ([Tabella1].[Campo1]) Not Like "AS*")
  5. P

    sign the data updated

    Hi for all:p is possible track the updated data on colum of the table and made a report that show me what's is update on column. Thanks
  6. P

    multiselect

    Hi for all Great forum... I m not very pratic visual... I would the if I'm select cc and Expierd Renewal , filter in report the items that have cc Expired Reneval words... or if I'm select dd ReneWal Issued filter in report the items that have dd Renewal Issued words... and so on... How is...
  7. P

    workspace

    hy for all.. when open my db for default open form 'main menu' , i add vba code vba for no visible ribbon is possible when open db minimize workspace and see only my form...
  8. P

    sharing access

    hy for all... i would sharing my database by intranet... what's the most good way for release it.... create groups and users with the access 2003 function or create file mde with link table and a sharing folder with create folder's authorization users....:cool:
  9. P

    combobox change value

    hy is possible add a control in my combobox BeforeUpdate forms that control if changing value in my combo ex if nochanging value then msgbox attention required changing value before update else SAVE THE UPDATE.......
  10. P

    combobox command checkbox

    Hy I have two table id-italian and id-english 1 ciao 1 hello 2 grazie 2 thanks is possible make a selector or checkbox italian english for choose the lenguage and if user select italian the combobox populate with word ciao , grazie if user select english combobox populate with hello , thanks...
  11. P

    undo subform

    hy for all is possible in a form with a button exit clear a subform:rolleyes:
Back
Top Bottom