Okay I have worked on this and have come up with a conclusion if anyone is interested.
I put this code in the Form_Load event:
If IsNull(DLookup("User", "qUser")) Then
Me.Combo14.RowSourceType = "Value List"
Me.Combo14.RowSource = "New;(NEW)"
Else
Me.Combo14.RowSourceType =...
Hi Everyone,
I have a question and I am not having any luck finding it out. I want to display the word "New" in a combo box's dropdown list along with the query I have set for it. So if there are no items the word "New" is the only thing listed or if there are items the word "New" is listed...
Anyone have any ideas on this one?
I have a form that I changed the property "Pop Up" from No to Yes and now when I click on the control to open it the Access database window just blinks without the form being there.
I can (sometimes) open the form in design view and then switch it to form...