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 wOOdy-Soft 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: *

  1. AmigoMobility

    Calling NotInList Function

    I am using a function for the NotInList event on multiple cboBoxes. I can call the function from the forms module using: Response = NIL(NewData), however I would rather not put this call behind every cboBox and into the forms module. Is there a way to put this call into the property of the...
  2. AmigoMobility

    Toolbars/Menu's problems

    I found the code below to turn off the toolbars and menu's, which works fine, however even if I set it back to true at the Close event of the main form, I can not see the toolbars and menu's on any of my other databases (separate dbases from the one that this code is in). I can set it back to...
  3. AmigoMobility

    Learning Functions and Subs

    I'm just starting to built my own functions and subs and would like to ask a couple of questions, so that I can gain a little more knowledge on how to do this. Question #1 If I have a particular Form with a Subform on it and was going to be referring to it often in my code. How could I make...
  4. AmigoMobility

    Subform Filter is Locking up DB

    A2K I am using the code below to filter a subform[subCusDet] on MainForm [frmCustomers], (using a pop up form). If records are found I allow the subform to be filtered and this part works fine. If no records are found I am trying to set the FilterOn back to false. At this point I'm getting an...
  5. AmigoMobility

    Any thoughts or idea's as to why?

    Hello Tekies, I have two computers. One at the office and one at home. Both have Windows XP; Access2000 and Fireworks installed on them. I designed some graphics for some of my forms in Fireworks and saved them with a .png extension. The computer at home see's them with no problems. The...
  6. AmigoMobility

    New record, then set focus to that record in a subform

    Was wondering if someone would lend a hand is trying to accomplish something that I have been trying to get to work for several hours now. Down and dirty version: MainForm [frmCustomers] subForm on [frmCustomers] named [subCusDet]. I use [subCusDet] as an unbound subform and change it's...
  7. AmigoMobility

    Function for KeyDown

    I've posted this on a couple other forums with no nibbles. Anyone here wanna lend a hand? I have a number of cmdButtons on a Parent Form that changes the SourceObject of a subform. I would like to give the user the option of using the Right Arrow key to SetFocus on the subform. I know I can do...
  8. AmigoMobility

    Filtering form using BETWEEN

    Having a little problem with proper syntax on filtering a form using Me.Filter. I would like to filter the form using 2 text controls; txtStart and txtEnd (Date fields). I know I need to use BETWEEN, I just can't get all the # " ' in the right place. Would someone please lend a hand on the...
  9. AmigoMobility

    BeforeUpdate not working right

    I not sure what I'm doing wrong here. I have searched several forums and "think" I'm doing this the same way. I'm trying to validate some fields before allowing the record to be saved, which if the user doesn't fill in the appropiate fields then the msgbox does fire, and the record is not saved...
  10. AmigoMobility

    To Lock or not to Lock

    I'm going live with my DB tomorrow morning. I wanted to to Edited Records for my lock type but ran into a problem, this weekend when I took it to our office and had it on multiple computers for the first time. (I've been designing at my house, in my spare time (right), so I couldn't test for...

Part and Inventory Search

Back
Top