User Profile

Collapse

Profile Sidebar

Collapse
Kelly R
Kelly R
Last Activity: Mar 14 '11, 06:07 PM
Joined: Feb 28 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to keep form sizing when startup form is maximized

    I want my startup form to be maximized when I open the database but then I want the forms and reports that I open to not be maximized. How do I keep the main form maximized and customize my other forms and reports to open not maximized?
    See more | Go to post

  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    Actually I was able to figure it out so thanks again!

    Private Sub SearchLBL_Click ()
    ' Sets focus on tb_search.
    Me.[tb_Search].SetFocus
    SearchLBL.Visib le = False
    End Sub
    See more | Go to post

    Leave a comment:


  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    Okay I have one more question. I want to place a label over the unbound text box that says search and when the label is clicked on I want it to become invisible so that I can type in the text I am searching for or is there a code where I can set the background of the unbound text box to say search until a key is entered in it?
    See more | Go to post

    Leave a comment:


  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    You might be the greatest person in the world!!! This code works and it is awesome! Thank you sooosoooosooooo ooooo much!!!
    See more | Go to post

    Leave a comment:


  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    Okay so when I put this in VB it worked but made me ad on Line 18. Me.FilterOn=Tru e=True
    So I did that then it wanted me to chage Line 17.and add extra coding so here is what we have...the problem with this is that when I go to type in a letter it only allows me to type in one letter and then says it has filtered the information however the form is then blank...any suggestions?

    Private Sub tb_Search_KeyUp (KeyCode As Integer,...
    See more | Go to post

    Leave a comment:


  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    I'm sorry this is new to me so I don't really understand where to paste this code and if I can just paste it directly somewhere or if I need to change some of the names so that it will recognize the fields in my database.
    See more | Go to post

    Leave a comment:


  • Kelly R
    replied to SearchBox NoComboBox NoWizardSearchCmd
    The name of my table is USPhysicianDire ctory and the name of the form that I want the search button on is USPhysicianDire ctoryFM...where would I copy and paste this information you gave me? Would I go to the search button and select On Click:[Event Procedure] and then copy this in the MVB or would I go to the unbound text boxPOn Click:[Event Procedure] and then copy this in the MVB? Sorry don't really understand...al so do I need to change anything...
    See more | Go to post

    Leave a comment:


  • Kelly R
    started a topic SearchBox NoComboBox NoWizardSearchCmd

    SearchBox NoComboBox NoWizardSearchCmd

    I am trying to put a text box on my form where I can just type in what I am searching for (I want to be able to type in information in the search box that may be on any field on the form; I want this text box to have the ability to search any field on the form without me using a combo box where I have to select the field then type in what I am searching for and I don't want to use the Wizard to create a search command that is basically CTRL+F). ...
    See more | Go to post
No activity results to display
Show More
Working...