User Profile

Collapse

Profile Sidebar

Collapse
gscott1
gscott1
Last Activity: Apr 22 '08, 02:23 PM
Joined: Feb 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Error: "You can't modify the design of 'PAR' at a replica."

    Hello,

    I want to add a column to an existing table which I would use to create some queries. When I go to look at the table in design view, I get a message saying "You can't modify the design of 'PAR' at a replica." I am only allowed to view it as read only. Why is this and what does it mean?

    Thanks
    See more | Go to post

  • gscott1
    replied to Can't choose a combo box value
    It solved my problem of not being to choose a value the only thing left to do now is to get rid of the dialogue box that pops up. Can you help me with this?
    See more | Go to post

    Leave a comment:


  • gscott1
    replied to Can't choose a combo box value
    Yep it was bound to the wrong column. Thanks....
    See more | Go to post

    Leave a comment:


  • gscott1
    started a topic Can't choose a combo box value

    Can't choose a combo box value

    I have a combo box on a form. When I click the arrow button I get a popup saying "Enter Parameter Value" in the blue title bar and below the title says Outage.ID. (Outage is the name of the table I get my values from). Below that is a spot to enter data and "OK" and "Cancel" buttons. When I click "OK" the drop down list for the combo box appears, correctly displaying the values from the table. However,...
    See more | Go to post

  • gscott1
    replied to Combo box with a red border
    I'm not sure if this helps at all.This is what I got when I right clicked on the combo box in design view and selected Build Event...Code Builder. Is this what you're talking about?
    Thanks
    ----------------------------


    Code:
     Option Compare Database 
     
    Private Sub Combo59_BeforeUpdate(Cancel As Integer)
     
    End Sub
     
    Private Sub Date_Completed_BeforeUpdate(Cancel As Integer)
    ...
    See more | Go to post
    Last edited by Jim Doherty; Feb 16 '08, 08:18 AM. Reason: Code tags

    Leave a comment:


  • gscott1
    replied to Combo box with a red border
    This is Access 2003.
    See more | Go to post

    Leave a comment:


  • gscott1
    started a topic Combo box with a red border

    Combo box with a red border

    I am working with a large Access database and recently added a combo box to a form. The values that can be chosen from in the combo box are from a table I created with 6 possible choices. When I created the combo box the border showed up red. Now when I select one of the 6 choices in the combo box, it automatically populates this choice into all 6,000 records. How do I change it so I can pick one value for record #1 and then go to record #2 and...
    See more | Go to post
No activity results to display
Show More
Working...