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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by geomorph

  1. geomorph

    Prevent charts from "loading" on a form

    Tried clearing the link fields and that did not help. I tried to change the update options but was not able to simply from the form properties. I will try with code later. The problem with assigning SQLs only to tabs is that I get errors when the form opens and a chart has no data associated...
  2. geomorph

    Prevent charts from "loading" on a form

    I inserted the charts using Insert on the menu and followed the wizard, which automatically creates a bound object (I believe) to fields in a query I selected. The charts are Microsoft Graph Chart (MSGraph.Chart.8), embedded, linked with fields on the main form. The data changes based on SQLs...
  3. geomorph

    Prevent charts from "loading" on a form

    It's embedded and bound. Should it be linked?
  4. geomorph

    How to reference a form in code when blanks are present in form name

    You must enclose unsupported characters in quotes and parentheses and use the keyword 'Controls': Forms("frm Form").Controls("txtBoxControl") Also see Microsoft support: http://support.microsoft.com/default.aspx?scid=kb;en-us;113352
  5. geomorph

    Prevent charts from "loading" on a form

    Thanks for the reply. I looked for the thread you refer to and couldn't find it either. By "unbind" do you mean clear the RowSource? I tried that, and it did not work.
  6. geomorph

    Prevent charts from "loading" on a form

    I have a form with 11 tabbed pages, each with it's own chart where data is derived from individual SQLs. Problem is that all 11 charts are loaded/activated/drawn or whatever, every time the form opens or update events I've created to change the charts' data occur. Needless to say, this takes a...
  7. geomorph

    Mem upgrade inspiron 2650

    No, I got the 256's from Crucial. Actually, I think it may be a bad module. I tried one and it seems okay, the other will not boot. It also may be a BIOS issue, but I'm sending the one back for a replacement. Hopefully, that is all I will need. thanks for the reply.
  8. geomorph

    Mem upgrade inspiron 2650

    Does anyone know how to upgrade the dell inspiron 2650 to 512 without having to go through an "authorized dell service center"? I installed a 256 sodimm in the main memory slot under the keyboard and everything is fine, but it will not boot when I put another 256 in the "end user accessible"...

Part and Inventory Search

Back
Top