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 Mike Lewis 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: SnayJ
  • Order by date
  1. SnayJ

    Sql query array question

    You're missing the Cond code... but I think I get what you did. I'll try to follow the directions you pointed to. Thanks!
  2. SnayJ

    Sql query array question

    I need to write the query for the dropdown based on the EBAY Category ID.... so if I query for Category ID 268 it would give me for the dropdown: Brand New Like New Very Good Good Acceptable And if I query for Category ID 288 it would give me: New with tags New without Tags New with Defects...
  3. SnayJ

    Sql query array question

    Right but the primary key is the EBAY Category ID... so shouldn't result in an integrity issue (Indexed Duplicates OK). Right?
  4. SnayJ

    Sql query array question

    Sorry Skip... Microsoft Access: [268] | [1000] | [Brand New] | [2750] | [Like New] | [4000] | [Very Good] | [5000] | [Good] | [6000] | [Acceptable] [279] | [1000] | [Brand New] | [2750] | [Like New] | [4000] | [Very Good] | [5000] | [Good] | [6000] | [Acceptable] [280] | [1000] | [Brand New] |...
  5. SnayJ

    Sql query array question

    Ok so I am making a DB to manage my Ebay Inventory. One of the tables is EBAYCONDtbl, which keeps the applicable condition options which correspond to a Ebay Category ID. So basically like Mens Shirts have a particular set of possible conditions and Womens shoes would have a different set...
  6. SnayJ

    Continuous Form - Object Background color based on Criteria

    I didn't know the subs loaded first... thought the main did. I have some parts to the subs that require items on the main, might be the problem. I'll check and get back here with what you asked for... might be tomorrow. Thanks for your help.
  7. SnayJ

    Continuous Form - Object Background color based on Criteria

    I tried it, didn't get it to work. I opened the form acNormal, and put the code as you wrote it... didn't work. I changed some of the names to match my stuff... MAINfrm, ITEMID, CURRENTITEM and it still didn't work. I placed the code on the Open Event... and nothing would happen. I put it on...
  8. SnayJ

    Continuous Form - Object Background color based on Criteria

    Ok... bare with me (I'm not trying to be argumentative), I learned coding thru trial/error and forums....no classes so I'm very poorly self-taught. But I think the way you are telling me to do it is assuming I'm using Master/Child linking for the Main/Subforms... and I'm not. I've never done...
  9. SnayJ

    Continuous Form - Object Background color based on Criteria

    I can't use the On_Open Event on the main or subform because when that form usually would open I wouldn't want it to do anything. Unless I was to declare a Global Variable that I could set on the other form and check for that Global Variable on the On_Open Event. And run it that way... I just...
  10. SnayJ

    Continuous Form - Object Background color based on Criteria

    MajP, I know how I would handle this if I was using a listbox, but if you remember I went with the continuous subform so I could conditional format the records based on criteria. Well, now I want to be able to (from a different from), bring up this form and cycle thru the records till I'm at...
  11. SnayJ

    Continuous Form - Object Background color based on Criteria

    MajP, Appreciate that much!
  12. SnayJ

    Continuous Form - Object Background color based on Criteria

    MajP, Great explanation, thanks a bunch. I really wish I could have more formal training in all this. I took a VB class in 1998 and then from there have learned by Tek-Tips and trial/error. I make pretty decent simple databases. My more complicated ones give me a headache... but I enjoy the...
  13. SnayJ

    Continuous Form - Object Background color based on Criteria

    MajP, Appreciate the link to that... not exactly sure if it will help... but I'm going to try it. I do have another question that might be easy for you... I want to filter the subform by clicking a label on the parent form. How can I affect the subforms rowsource. I tried: The label is on...
  14. SnayJ

    Continuous Form - Object Background color based on Criteria

    MajP, What I meant is the Mouse Wheel doesn't work (Hover and Scroll). I did fix the whole disappearing text issue. I simply setfocus to the visible textbox when I click on the colored textbox. It highlights the text, but that's fine. I checked the subform cycle and it's set to All...
  15. SnayJ

    Continuous Form - Object Background color based on Criteria

    Appreciate it, this did work but it presents another problem. When I'm clicking around on that continuous form now, when I click on the textbox that changes color, the text I'm viewing in the fields above it disappear. I've tried changing the enabled/locked values for the colored text box...
  16. SnayJ

    Continuous Form - Object Background color based on Criteria

    Here is what I'm working with Form = MAINfrm (Single Form) Subform on MAINfrm = MAINsub (Single Form) Subform on MAINsub = INVsub (Continuous Form) Fields on INVsub = ITEMIDbox, ITEMNAMEbox, ITEMSTATUSbox I also have a Rectangle on the form called BGbox Options for ITEMSTATUSbox = Active...
  17. SnayJ

    Tabbing from Main form to Subform changes the look of the form - I lose elements on the Main Form...

    Thank you!.... I never thought to check that since when it first comes up, I can see the bottom of the form. I shortened the subform and it doesn't do it anymore. Problem is I'll have to adjust another form that appears there as well, and that one is a pain.... 50+ elements on it. Thanks again.
  18. SnayJ

    Tabbing from Main form to Subform changes the look of the form - I lose elements on the Main Form...

    I have a main form with a searchbox. Under that I have a subform. When the user tabs from the searchbox to the subform, the GUI changes and I lose view of the searchbox on the Main form. And I can't tab back to it. Here is the design view. Here is the Main form view showing the contents of...
  19. SnayJ

    Connecting an Access DB to a Godaddy hosted MySQL database...

    As the subject says, I have an Access Database being used on my computer... I want to connect to a MySQL database I created on a Godaddy hosted server, of which I am the admin of. I want to query the db to validate subscription status. Access database has a field in a table for the users...
  20. SnayJ

    Subscription Service for Access Database...

    I'm building a database to be used to help monitor a small business (specific industry). I plan to put my database out there for others to use. I also decided to charge a meager fee (like $5 a month) for it's use (obviously to pay me for my time for development and updating it)... but also to...

Part and Inventory Search

Back
Top