How can I remove the standard menu bar and replace it with my own? I have made my own and called it "AddressMenuBar" I can get it appear with the standard one. Plus I only won't it to appear on this form not any other.<br>
<br>
Thanks<br>
<br>
Stuart
Thanks Jim<br>
<br>
<br>
I copied the above code to the Combo box AfterUpDate and it all works find.<br>
<br>
I don't understand why I need the same code in both places, I tested it and one does not work without the other, but any way I am happy that at last it does what I want.<br>
<br>
Many...
I've tried that it didn't work!<br>
<br>
The names "Forwarder" & "Haulier" are in a combo box I've tried placing refresh in the above code but to no avail. I am sure it is possible, there is no doubt something simple I am missing.<br>
<br>
Thanking you all in advance<br>
<br>
I have the following code.<br>
<br>
<br>
Private Sub Form_Current()<br>
<br>
' If value in Status text box is Equal to "FORWARDER" or "HAULIER"<br>
' text box is display.<br>
<br>
If (Me!StatusName) = "Forwarder" Or (Me!StatusName) =...
To <br>
<br>
Elizaberth & Brian<br>
<br>
Thankyou both very much for your assistance I have done as you said and all is find for now!<br>
<br>
Once again thankyou<br>
Jason.
Thankyou for your reply.<br>
<br>
I am affraid it did not work. I must be doing something wrong, I placed the formula "Forms!AddressForm1!CompanyName = Form!Addresses!CompanyName" in the conditions column of a macro, named it "GetForm" and attached this to the "On...
Hello <br>
<br>
I am new to Access<br>
<br>
I have two seperate forms depentent on some values selected in the first a button appears which when clicked takes you to the second form where there are other items to fill out I can get to the second form ok, but I am having trouble making the second...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.