Search results

  1. S

    Excel vba copy worksheet from one workbook to another

    Hi all I am currently trying to copy a tab from one workbook ("List.xls") to another ("IGEN_QC.xls") but I keep getting an error which I hoped somebody would be able to take a quick glance at my code to see if there is anything immediately wrong with it. Error: I keep getting an error that...
  2. S

    combo box afterupdate

    Hi All I am currently creating a database which can be used at my company to store clients addresses logos and contact information. I have used one of the templates that came with access 2010 and it works perfectly so far but I am having a problem with the logo part. I would like it so that...
  3. S

    command button event based on textbox

    Hi all I have another problem which I was hoping another set of eyes could possibly help me out with! I have attached a screen shot of my form and the following code is linked to the on click event on the cmdOK button: Private Sub cmdOK_Click() If tbEnter.Value = Null Then MsgBox...
  4. S

    Combo Box After update event

    Hi All I wondered if anybody has any good advice out there regarding forms. I am currently designing a bespoke database entry form and have come up to a point where I need to be able to flag a record if it is "INACTIVE" or "ACTIVE" I would like it so that if the user selects "INACTIVE"...
  5. S

    Dynamically build textboxes

    Hi All I am relatively new to forms and Access but I know a few things about VB so I am sure this isnt too difficult a task. I have a form in access currently being populated by people with job information and the request for a cell breakdown has been made, What I want to do is based on a...
Back
Top Bottom