Search results

  1. F

    Filter a form based on continuous form

    Thanks But could you give me an example .
  2. F

    Filter a form based on continuous form

    Thanks for your replay On the head of continuous for i use unbound textboxes and comboboxs to filter that continuous form for general data that filter that c.form to displays multiple records based on that unbound textboxes , i want a command button to open the single form by filtering based on...
  3. F

    Filter a form based on continuous form

    Thanks but splitform filter one record only ....
  4. F

    Filter a form based on continuous form

    Hi all I want to filter the main form that displays a single record based on continuous form that may be displays multi records ,( not the current record on the continous form but on the displayed records ).
  5. F

    Sum for text datatype for some values.

    I put this as an example , i write values have total 144.46 ( where total <>100 ) , which suppose the program alert the user in such a case.
  6. F

    Sum for text datatype for some values.

    Hi all I have a continuous subform contains cboTestNo. txtresult Based on testsDetails tbl The textbox txtresult is text datatype . There is a condition Where If user select 4 and 5 and 9 together by cboTestNo, for same person (that is in the MainForm). The total of that values in the...
  7. F

    How to stop repeat code

    Thanks for all
  8. F

    How to stop repeat code

    Very very thanks
  9. F

    How to stop repeat code

    I have access db with a form ... contains some textboxes , comboboxes .... etc For some reasons i want to hide combocox ( cboEmploeeAcc ) , based on value of cboSantAg . I use : Private sub Form_Current() If me.cboSantAg=1 then Me.cboEmploeeAcc.visible=false Else...
  10. F

    Programming Icons

    Yes i know this buttons , but i want new and custom buttons .
  11. F

    Programming Icons

    Hiii all plz helps me to getting programming icons to use it on my applications as : arrows that refers to new , next, previous , first , last records , filter , search , print , view , etc ... . If you have some of them plz send it to my inbox on my profile or by email or give me a free...
  12. F

    Open my pc calendar page

    Are you mean : Shell "rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0"
  13. F

    Open my pc calendar page

    It is the window of calendar format settings . Like : Short date : MM/dd/yyyy Long date : MMMM dd yyyy
  14. F

    Open my pc calendar page

    My pc language is other than english. But i want window of : customizing "format"
  15. F

    Open my pc calendar page

    This good (but open date and time settings , not calendar settings format page)
  16. F

    Open my pc calendar page

    What is the code to open system calendar page to put new settings from access database form ? Note : i use windows 7 .
  17. F

    Control tip text

    That is good , but if the form contains 13 or more column, why not to loop through the textbox & combobox controls then concatenate thier tiptext in one string ? Please see to this http://access.mvps.org/access/forms/frm0019.htm This is good , but how to concatenate ?
  18. F

    Control tip text

    Sorry My question How to concatenate all textboxes tip text for a continuous form then display when a cursor set on any control of that raw ?
  19. F

    Control tip text

    Let us say control tip feature . Then will try to use a popup form ( but to use for more than one continous forms ).
  20. F

    Control tip text

    Hi all I have a continous form has textboxes as : - OrderID - OrderDate - CustomName - Amount - etc.... I want a code when click any textbox to display a tip text for all this record (textboxes) as (control name :control value) . example : OrderID : 1 , OrderDate:01/10/2020...
Back
Top Bottom