Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brwnsuga21
  • Order by date
  1. brwnsuga21

    Form opens to slow

    Good tips. I'll try that. Will let you know how it goes.
  2. brwnsuga21

    Can VBA Slow Down Forms???

    Sorry about that. I had already sent the other before I realized I was in the wrong forum and i couldnt find a delete button, if there is one.
  3. brwnsuga21

    Form opens to slow

    Thanks. I will try that. Here is the code that i think may be causing an issue. Are there in know culprits in this list? Private Sub CenterName_AfterUpdate() Me!ManagerName.Requery Me!ManagerName.SetFocus End Sub Private Sub DivisionName_AfterUpdate() Me!OfficeName.Requery...
  4. brwnsuga21

    Can VBA Slow Down Forms???

    I have two forms linked to a Switchboard that opens really, really slowly. Is there something causing this? There is no data in the tables. Could it be the VBA??? Please help.
  5. brwnsuga21

    Form opens to slow

    I have two forms linked to a Switchboard that opens really slowly. Is there something causing this? There is no data in the tables. The only thing I could think it is, is the VBA. Can that be the problem? Please help.
  6. brwnsuga21

    1126: Function does not have a body.

    How do I fix it? I will actually be using Flash 8 to publish. I tried setting it back to both AS1 and AS2 and I still get errors. Please help.
  7. brwnsuga21

    1126: Function does not have a body.

    I am trying to use a ranomizer effect in Flash CS 3 using the following code: desiredText = "Destination: WLS"; dt.text = ""; function randomizer() { (i<desiredText.length) ? go() : clr(); function go() { if (dt.text.charAt(i) != desiredText.charAt(i)) { j++; dt.replaceText(i, i+1...
  8. brwnsuga21

    How to clear a listbox after you select new record

    Perfect! I put the "Me.NameofListbox.RowSource = Me.NameofListbox.RowSource" in the onCurrent event of the form and it worked. You guys are awesome!!!
  9. brwnsuga21

    How to clear a listbox after you select new record

    Where should i enter this code "Me.NameofListbox.RowSource = Me.NameofListbox.RowSource"? I am new to this and am unsure of where things should go if it is not clearly stated.
  10. brwnsuga21

    How to clear a listbox after you select new record

    I did not put the control name in the "YourListBoxName". I also entered the code provided and the list box did not clear. What should I try next? I should mention that the list box is populated when i choose a selection from a drop down menu. Does this chnage things?
  11. brwnsuga21

    How to clear a listbox after you select new record

    Where should i put that?
  12. brwnsuga21

    How to clear a listbox after you select new record

    When I select a new record the listbox in my database does not clear. I have tried putting "null" in the default value property field as well as (""). I've even tried the below code changing the command button name to the one in my database and that didnt work either. Private Sub...
  13. brwnsuga21

    this expression is typed incorrectly, or it is too complex to be evalu

    I tried it and now I am getting this message "The specified field '[LocationID]' could refer to more than one table listed in the FROM clause of your SQL statement." What should I do next?
  14. brwnsuga21

    this expression is typed incorrectly, or it is too complex to be evalu

    I am new to this forum and need help. I have three fields/ combo boxes that are dependant on each other. The first combox controls the info that is displayed in the second. The Second controls the info displayed in the third. When I change the third combo box to a list box, i get this error when...

Part and Inventory Search

Back
Top