Recent content by smagnotta

  1. S

    Question Win 7 64 bit + Access 2010 SP1 errors

    Thanks for the replies. I tried to uninstall Service Pack 1 and got "An Unknown error occurred. The update was not uninstalled." so it was not uninstalled.
  2. S

    Question Win 7 64 bit + Access 2010 SP1 errors

    Hi all, We are using Win 7/Access 2010 (MS Office Professional Plus 2010) SP1. Our application is an accdb file (Switchboard main menu), with an accdb back-end which holds the data. It has evolved over 7 years from the mdb format to the accdb format. We are seeing 3 major errors that have not...
  3. S

    Plotting multiple points on a triangle

    Plot points OK I used the Image Control for both the point and the triangle and can plot one point on the triangle. How can I create multiple points and plot them on the triangle? I tried to use Dim x(100) as Image but what do I do as far as the Set statement? I have a point image called...
  4. S

    Plotting multiple points on a triangle

    Hi all, I am trying to come up with a way to plot points on a picture say a triangle. I have unsuccessfully tried to use an image for a triangle and an image for a point (plotting the point image around the triangle image). I have also tried to use the triangle picture as the background in...
  5. S

    Any way to get the Caption text for a field?

    I also tried: rs.Fields.Item(w).Properties("Caption") and it compiles but I get a run time error 3265: Item cannot be found in the collection corresponding to the requested name or ordinal. I'm doing something stupid.
  6. S

    Any way to get the Caption text for a field?

    It said Method or data member not found rs.Fields.Item(w).Caption <-- does not exist
  7. S

    Any way to get the Caption text for a field?

    All, I am trying to get the caption text for a field instead of the raw database name. The raw database name can be extracted using the Fields Collection: Fields.Item(w).Name Is there a way to retrieve the caption, as this makes more sense to the user? For example, instead of the field name...
  8. S

    Cannot open any more tables error

    Hello all, Can someone please help me with this run time error I am getting: "Cannot open any more tables". We have 2 big forms in our application. One has 6 tabs on it with many datasheets. This form works for a while when entering data. Then about a half-hour into the application, the...
Top Bottom