Recent content by foxtet

  1. F

    Solved open specific record from Navigation form

    SOLVED Thank you, Bob, for the timely help.
  2. F

    Solved open specific record from Navigation form

    When I change the name to frmrequestDetailsView it gives error run time error 3079. What are the possibilities to open the correct record?
  3. F

    Solved open specific record from Navigation form

    How to open a specific record from a form that is linked to the navigation form. When double click the request ID in the navigation form I want to open its related record form
  4. F

    filter query result based on combobox

    Hi every one. In the small db attached I have query1. I want combo box selection in the form to be filtered in the query. combo box values include. Morning;Evening;All. When selected All query should append all results. Fox
  5. F

    Highlight the entire row when mouse moves over the row

    Can it be done by coding?
  6. F

    Update declare statement

    The error actually occurring some part of the code given below from this code where and what additional lines of code to be added? Private Declare Function apiGetUserName Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long Function fOSUserName() As...
  7. F

    Update declare statement

    Which part of the code do I have to add this? I don't understand yet
  8. F

    Update declare statement

    Dear Experts, I have used custom security module to login the database. This module works fine with 32bit systems. when attempt to run in 64bit it generates the error find in attached. I have attached sample login module. Can any one update declare statements as mentioned in the error message...
  9. F

    Highlight the entire row when mouse moves over the row

    Hi every one Is there any way to highlight the entire row when mouse moves over the row in the continuous form? If any suggestions please share foxtet
  10. F

    Double click continuous form to open another form

    Hi one more help on this Is there any way that can be possible to highlight the entire row when mouse moves over the row in the continuous form. In this case tbl_Contact_Info form. foxtet
  11. F

    Double click continuous form to open another form

    Hey sneuberg Its accurate..timely reply with full solution.. Thanks in millions!!!!
  12. F

    Double click continuous form to open another form

    Dear Guys, How to open frmEditContact form when I double clicked the continuous form. sample is attached for reference. Please give me solution foxtet
  13. F

    display save data on subform on another form

    Thank you arnelgp, It helps but there is run time error 438 could you get a fix to throw this away foxtet
  14. F

    display save data on subform on another form

    That is helpful. Now instead of refreshing whole form how do I refresh or Requery a control in a form. In the attached sample On AddNewContact from there is designation text box. If designation is not available I have done to double click that text box to open add new designation form...
  15. F

    display save data on subform on another form

    Hi Guys! I find it difficult to get data on available contacts subform when i click save button in add new contact form. I have used a macro on click event of save button on add new contact form to do this but its not working can you review this issue and get me a workable clue foxtet
Top Bottom