Recent content by leecsone

  1. L

    Find Record

    Text,a number HI Fizzio The Line of code below shows up in red. I tried useing ( =,") to corect the problem but nothing I do works. Can you help me with this. Chr (34) & Me.txtNT username& Chr(34) Thank You leecsone Leecs@northrock.bm
  2. L

    Find Record

    Text box lookup HI Pat I saw an answer to a problem that jiocke had to lookup a specific record. I am haveing the same. Here is the code below can you please show me the correct way to wright this. Private Sub Command17_Click() On Error GoTo Err_Command17_Click Dim stLinkCriteria...
  3. L

    Find Record

    HI I have a form that I use to find names. I have a preview report button on the form. Once I find the name how can I get the report to show the name I found. Say If I find the name Eddy brooks I press the preview report button and their is the name. Thank you leecsone leecs@northrock.bm
  4. L

    POP up report

    zoom HI Fornatian What I wont to do is, once the report shows up I wont to do a find on the report that will take me to the name I wont to see. I can not do this because as I click on the report the report zooms to 25% I click again the report zooms back to 100%. How can I put a stop to this...
  5. L

    POP up report

    pop up report HI Fornatian I like that but that is not what I mean. The report is viewed in print preview. How can I view the in normal mode? Thank you leecsone.
  6. L

    POP up report

    zoom HI Fizzio Zoom is the magnification of the report. I have a magnifying glass as my pointer. How do I do away with it. Thank You leecsone
  7. L

    POP up report

    pop up report HI If you think I am a dope you might be right. I found out what I was doing wrong. I wonted the switchboard when open to appear without the database window. So I used the pop up and hid the database window behind the switchboard. I wonted my forms to pop up in front of the...
  8. L

    POP up report

    pop up report A report
  9. L

    POP up report

    pop up report HI I place the code in both the open and close event but nothing happened. the report did not show at all. please advise. Thanks
  10. L

    POP up report

    pop up report HI Fizzio I am new at so bear with me here. I place the code in its own module. so how do I link this to the report to have it pop on top or the switchboard .
  11. L

    POP up report

    pop up report HI Fornatian This code did not work. may be I placed the code in the wronrg place. I placed the code in eht event on open and than on close than both. Please advise.
  12. L

    Find Record, Msgbox

    Findrecord, Msgbox Button Hi ALL I have solved my problem. Thank you all who assisted me. leecsone
  13. L

    POP up report

    HI I have a switchboard with six buttons.Now I have the switchboard to pop up when it us open. I have the forms to pop up on top of the switchboarb when opened. How do I get the report to pop on top of the switchboard when opened. Thank You leecsone.
  14. L

    Find Record, Msgbox

    Findrecord, Msgbox Button HI I used the macros action for the msgbox, and findrecord. Thank you for helping me. leecsone
  15. L

    Find Record, Msgbox

    Findrecord, Msgbox Button HI missinglinq The error message I am getting is this (YOU CAN'T USE FIND OR REPLACE NOW. THE FIELDS ARE NOT SEARCHABL DO TO ONE OF THE FOLLOWING. *The fields are controls(such as buttons or OLE objects) *The fields have no data. *Their are no fields to search...
Back
Top Bottom