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 gkittelson 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: sniffingvixen
  • Order by date
  1. sniffingvixen

    Basic "?" Force Excel data into a table with different fields?

    Using Excel 2003 and Access 2003. I need to import Excel files from a third party. All files consist of one worksheet (different names) that contains results from a particular survey and, therefore, has a varying number of rows (300+) and columns (100+). I'm interested in 15 columns, only a...
  2. sniffingvixen

    Nested 1-to-many relationships appropriate? codeable?

    My understanding of 2NF dependency is that non-key column values are implied by their entire associated primary key. In other words, for the composite key ProjectID+ProduceItemID, ProduceItemType is fully dependent because it describes the particular item identified by the key. But...
  3. sniffingvixen

    Nested 1-to-many relationships appropriate? codeable?

    Thanks, rac2, your comments make sense and I have streamlined my relationships accordingly. But I think I may have bigger problems/confusions... First question (that seems like it should be an FAQ, but maybe I'm just overthinking things): Whenever a lookup query is used to populate a list of...
  4. sniffingvixen

    Nested 1-to-many relationships appropriate? codeable?

    TablesProductDetails: Primary table with a text-based primary key (ProjectID). pdProduceItems: Secondary table with an autonumber-based composite primary key (ProjectID + ProduceItemID). pdOnions: Tertiary table with an autonumber-based composite primary key (ProjectID + ProduceItemID + OnionID)...
  5. sniffingvixen

    Corrupted database/VBA module? (Have to start from scratch??)

    Thanks, Remou! I ended up having to delete all my code and import everything to a new database (the second recommendation in the FAQ), but being able to do that saved me a huge amount of time. Everything is back on track now. Much obliged, j
  6. sniffingvixen

    Corrupted database/VBA module? (Have to start from scratch??)

    Please help me if you can...see thread702-1316841 for original details. Since that posting, I removed all code from the problematic form hoping that I'd be able to rewrite it. While I can properly compile the VBA project now, "Value" is still the only property available to any fields active on...
  7. sniffingvixen

    expression On Current error (Compile Error: Method...not found)

    More information on this confusion... I wrote almost identical code for another form in the database and it's working perfectly. It remains functional after having closed out of Access and reopened the database several times. Also, when I try to rewrite the problematic code within the...
  8. sniffingvixen

    expression On Current error (Compile Error: Method...not found)

    I'm working in Access 2003. I have a form containing code that was entirely functional earlier today, but now gives me the following error when opened: This form performs the following actions in response to the following events. Actions: * changes the Enabled property of various controls...
  9. sniffingvixen

    How does "Percent" work in Format property of Number data type?

    Traingamer, Doh! I can't believe I missed that. Nor can I believe two IT people in my company missed it! Thanks a bunch, j IGPCS, I didn't try your method since traingamer's worked, but thanks for the reply. -j
  10. sniffingvixen

    Cascading Field Visibility (code/event reference problem?)

    AceMan, Thanks for replying and for the links. I certainly do want to understand as much as possible. Sorry for all my Tek-Tips faux pas, especially if my reply to your initial recommendation was offensive. Upon re-reading it, I realize that what seemed succinct but playful in my head came off...
  11. sniffingvixen

    How does "Percent" work in Format property of Number data type?

    When I try to use the Percent format for a field, I can never enter the data I want. If I enter a decimal, the field returns 0%. This happens no matter how many decimals are allowed. If I enter a whole number (3), the field returns as expected according to the format description (300%). I've...
  12. sniffingvixen

    Cascading Field Visibility (code/event reference problem?)

    AceMan and DanVlas, I can't get either of your suggestions to work. Can you be more explicit as to how to incorporate them? Remember! I'm a novice! Thanks, j
  13. sniffingvixen

    Cascading Field Visibility (code/event reference problem?)

    Hey all, I just started using Access about two weeks ago and am managing for the most part. Just now though, I've been stumped. I'm using the Function below to ensure that data entry doesn't occur out of order. In other words, additional fields aren't visible until the currently visible...

Part and Inventory Search

Back
Top