Search results

  1. Z

    Unable to edit text field on a Subform

    I have a main form that contains a tab control with 3 tabs. On each tab is a subform and there is a "comments" text field on each subform. On two of the subforms I can edit the contents of this text field ok. On one I can't. I've checked all the usual stuff about making sure AllowDeletions is...
  2. Z

    Question Problem opening .mdb file

    I'm having an issue where if I first open up Access then open an mdb file i see all the objects (tables etc). However, if I double-click on the same file I just get a blank form that doesn't show any objects. I thought it might be something to do with the bluetooth add-in (see image). However...
  3. Z

    Goodbye Access

    After programming Access VBA for a number of years (split database with mixture of runtime and non runtime and used for several years successfully by 2 manufacturing companies I worked for) I think it's time to say goodbye. There's no native Treeview control, accdb files don't open on 64bit, you...
  4. Z

    Treeview Problem

    I've been trying to get the attached Treeview example to work for several days now without success. All the nodes expand and collapse just fine. The problem is that the node click event just won't fire. Only 5 events are visible for Treeview when viewed in both the Properties and the VBA window...
  5. Z

    Strange Textbox Behaviour

    I wondered if anyone can suggest the reason for the following strange behaviour. I have three textboxes txt1, txt2, txt3 and a command button Command1. When I enter a value into txt1 then press the return key the click even of the Command button is triggered rather than the txt2 receiving focus...
  6. Z

    Scrolling Line Chart anyone?

    I've developed an Access 2003 database (split) and so far so good. The main thing I'm not happy about is that I can't (or maybe don't know how) to implement a horizontal scroll bar with a line chart. I thought it would be a matter of selecting the option in a Graph but seems not. So I'm left...
  7. Z

    Toolbar shows briefly at Startup

    Access 2003 - When I launch my Startup form, I see what looks like a development toolbar launching for a fraction of a second before disappearing. Does anyone have any suggestions for making it not appear at all as it makes the Statup look clunky. Thanks
  8. Z

    General Question about Charts

    I've got a chart that i want to display some Yield data (class = MSGraph.Chart.8) Eventually this could run into hundreds if not thousands of values. That would be too many points to display at one time. I was amazed to find out (correct me if i'm wrong) that there is no horizontal scrollbar...
  9. Z

    Irrelevant posts to build post count

    I'm not sure if that was aimed at me after i unsuccessfully tried to upload an example database several times but got no useful hint as to why i was unsuccessful. I've zipped the file this time. Here is what i was trying to post I'm getting the following error: Run-time error '1004' > Unable...
Top Bottom