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...
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 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.