Search results

  1. T

    Question on Variables

    Ok this is probably a stupid question and not something Id want to do everyday but Ill be reusing some snippets of code a lot with a few key things changed here and there, so I was considering just making the parts that change variables... This in itself isint hard however theres 1 spot Im not...
  2. T

    Back Color on a label

    on one of my forms I want the option to change the backcolor of a label and no matter what I try it wont work right. Ive simplified the variables out of this code to try to figure out what im doing wrong but even the most simplified way it wont work so I figured Id ask here what Im doing wrong...
  3. T

    Question on Variables

    So this is probably a dumb question but Im having issues getting it set up right. I will be using a certain code multiple times on various forms so Im trying to set it up to be as easy as possible to move it to a different form so Im using more variables then Im used to... that way I can edit a...
  4. T

    popup form possible?

    Im unsure if this is even possible but no harm in asking... So I have a listbox full of stuff, is it posisble that if one of those items were hovered over that a popup form like a tooltip could popup showing an image or a description? I have both image and description in a table so the info...
  5. T

    Open Attachment Screen

    Hello, Im trying to open the attachment menu that you get for clicking on the paperclip and such via code... I want it to open basically when I press a button Ive tried: Private Sub picture_Click() Me.SeriesPicture.SetFocus RunCommand acCmdManageAttachments End Sub But its telling me method...
  6. T

    Newb Question on linking tables

    So Im in the process of working on my database, I have my tables pretty much worked out, what they will do, even some of my forms done now.. However there are a few tables Im having issues with... I have 1 table, call it tblcomics which has the primary key as ComicID, then its next 3 fields...
  7. T

    requery if form isint open

    Not sure if this is in the right forum but as this is VBA Ill try it here... I have a form that could be accessed from a few different locations and I would like it to be able to requery all those locations on the chance that one or more may be open at that time. I know you can go like this...
  8. T

    refresh all forms from a macro

    I have a few buttons that load a separate form which does various things, then on that form I have an exit button... is there a way to put a macro on that that will not only exit but also refresh all forms that are currently open? I know I could close and then reopen a form before closing the...
  9. T

    Select a certain record from a listbox

    Ok I have 2 questions, hopefully easy ones :) Im pretty new to access, used excel for pretty much everything up till now so I think on flat terms generally but Im trying to force myself to think outside of the box now and learn access... finally. Anyway Im making a form that will consist of...
  10. T

    A few questions on the setup of my database

    Hello, some background before my question… I’ve been a long time excel user, I’ve always found a reason to go to excel when I probably should have been using access. So I have a tendency to think in flat single table methods…Well I’m trying to come out of my shell per say and I figured I would...
Top Bottom