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 SkipVought 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. sumoalex

    3265 - Item not found in this collection

    Ooops, I revisited the code and it WAS a misnamed field. Thanks Crowley!
  2. sumoalex

    3265 - Item not found in this collection

    Crowley: Did that, no nulls or mis-named variables. At first I thought it had to do with the named range, but that's fine to. I'm STUCK! Argh.
  3. sumoalex

    3265 - Item not found in this collection

    I've got a table in Access with 14 fields that I'm trying to send to an Excel spreadsheet using VBA code in an Access module, and I'm getting "3265 - Item not found in collection" error. It creates the workbook fine, places the first value from the first field in the spreadsheet, then craps out...
  4. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    Michael: I appreciate your responses, but my thread was about nesting "IIF(nz... " in a query, and I've received great responses that I've put into production). I'm not sure that your code "To return the MINIMUM or a series of values" is appropriate to this thread.
  5. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    PHV: Nice tight code. I like that. Thanks!
  6. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    cmmrfrds: Cool! Thanks for that.
  7. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    I appreciate your response, Michael, but would this work in a query?
  8. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    Can I actually substitute the "nz" with "IsNull" (This is in a query)
  9. sumoalex

    Nested IIF(nz.. in query - syntax - argh!

    I need to modify the following: IIF(nz([Date1],0)=0,[Date2],[Date1] to say: if Date1 is null, use Date2 but if Date2 is null use Date3 but if Date3 is null, use Date4. Is there a nested IIF(nz syntax guru out there?
  10. sumoalex

    Forms - Access 2000 vs. 2002

    To clarify... when the .mdb is used in Access 2002, it does give a message to indicate that it knows it's in "Access 2000 file format".
  11. sumoalex

    Forms - Access 2000 vs. 2002

    We are pair-programming using Access 2000 and 2002. We have a form that has a list box that gives different results on an Access 2000 machine versus an Access 2002 machine (Access 2000 seems to filter or limit the results inconsistently, as opposed to Access 2002 giving us all of the results.)...
  12. sumoalex

    Argg! Error: "ActiveX component can't create object"

    I've checked all my references and they all seem OK. It's just on this one machine that I get this error message. Does anyone have any idea why this might be happening?
  13. sumoalex

    Calendar Control - shading date ranges

    I can't thank you enough. I believe it's exactly what I'm looking for! It looks like it works for one-day bookings on the tblSchedule, but with with a little code-tweak, I should be able to get it to go through date ranges on a table.
  14. sumoalex

    Calendar Control - shading date ranges

    I'm developing an equipment booking system, and my client would like to have a calendar display to show availability, i.e. for days a particular piece of equipment is already booked, colour those days on the calendar red. Has anyone here done anything like this with Calendar Control?
  15. sumoalex

    Unable to open my form

    Thank you for your response. As a programmer, my finger is permanently afixed to the shift key, but I'll the import/delete/re-import thingy.
  16. sumoalex

    Unable to open my form

    I just spent 3 hours on a form, and now it won't open (not even in design mode). No error message or anything. Has anyone else experienced this? Another programmer told me that happens quite often with Access 2000. (If that's true, I'll find another career .. I just lost 3 hours worth of...
  17. sumoalex

    How do I bypass AllowBypassKey?

    I put it in a separate, password-protected .mdb altogether that the users aren't even aware of, called AllowDisallowShiftKey.mdb, since I, as the programmer, would be the only person who would need to disable the shift key in the main application (for quick code changes/fixes). This .mdb has...
  18. sumoalex

    firewall/network question

    bcastner: I have the exact problem as the threadstarter, and I followed your instructions to add the network adapters to the trusted zone in Zone Alarm on each computer, and still my two computers cannot see each other in Network Neighbourhood. What else could it be? File and printer sharing...
  19. sumoalex

    XP install: made C: small FAT and D: large

    Thank you, she'll check it out.

Part and Inventory Search

Back
Top