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
User Profile
Collapse
-
Error: "You can't modify the design of 'PAR' at a replica."
-
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? -
-
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,... -
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)
Leave a comment:
-
-
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...
No activity results to display
Show More
Leave a comment: