Thanks. I will try that. Here is the code that i think may be causing an issue. Are there in know culprits in this list?
Private Sub CenterName_AfterUpdate()
Me!ManagerName.Requery
Me!ManagerName.SetFocus
End Sub
Private Sub DivisionName_AfterUpdate()
Me!OfficeName.Requery...
I have two forms linked to a Switchboard that opens really, really slowly. Is there something causing this? There is no data in the tables. Could it be the VBA??? Please help.
I have two forms linked to a Switchboard that opens really slowly. Is there something causing this? There is no data in the tables. The only thing I could think it is, is the VBA. Can that be the problem? Please help.
I am trying to use a ranomizer effect in Flash CS 3 using the following code:
desiredText = "Destination: WLS";
dt.text = "";
function randomizer() {
(i<desiredText.length) ? go() : clr();
function go() {
if (dt.text.charAt(i) != desiredText.charAt(i)) {
j++;
dt.replaceText(i, i+1...
Where should i enter this code "Me.NameofListbox.RowSource = Me.NameofListbox.RowSource"? I am new to this and am unsure of where things should go if it is not clearly stated.
I did not put the control name in the "YourListBoxName". I also entered the code provided and the list box did not clear. What should I try next? I should mention that the list box is populated when i choose a selection from a drop down menu. Does this chnage things?
When I select a new record the listbox in my database does not clear. I have tried putting "null" in the default value property field as well as (""). I've even tried the below code changing the command button name to the one in my database and that didnt work either.
Private Sub...
I tried it and now I am getting this message "The specified field '[LocationID]' could refer to more than one table listed in the FROM clause of your SQL statement."
What should I do next?
I am new to this forum and need help. I have three fields/ combo boxes that are dependant on each other. The first combox controls the info that is displayed in the second. The Second controls the info displayed in the third. When I change the third combo box to a list box, i get this error when...
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.