I am working on some forms, and when I try the "Add New Record" method that pops up as one of the options in the actions for a new command button, it does not work for my form. Some fields it does not even let me enter information into at all. So, what I am going to do is create a whole new...
Sorry, I am new to this. Is there a way to add fields to the Field List for the form after you have already completed the wizard? When I go into the design view, and click on the Field List button, I can see the SQL query written in the titlebar of the Field List window, but can't add fields...
Thanks for the help, but about 5 minutes after I posted this question, I figured out what I needed to do! I just went through all the options in Intelisense that seemed to make any sense (no pun intended!).
Hey. This is a really simple question, but how do you open a new form in response to a button click on the first form?
I am creating an application that will have information listed on the main form, and if the user wants more information about a particular record, they can click a button...
I have a table that has actions listed for each company, and since a company can have multiple actions, the company name is listed multiple times. These actions all have different dates as well.
I want to create a recordset that will pull out the latest date for each of the companies. If I...
Thanks for the help everyone. I have not gotten to try them out yet, but when I get back from work today, I'll see how they work.
Vragabond, the reason I didn't want to crop the image and do it that way is because in the main content page, I have a client side script that determines the screen...
Hey everyone. I am trying to make a website that will use frames. The navigation will be in buttons on the left hand side, and will remain a static page while one on the right changes. Alright, so far that is simple enough. The problem is that I want the background image in the page on the...
Yeah. I was not thinking of that when I created the subs. Usually I just declare a lot of global variables and never have to worry about that since I don't usually work with subs.
So, back to my question, how would you pass the objRS object?
Is it something like:
closeConnection(ByRef objRS)
Hey. Thanks Chopstik. Though all you did was ask a question, it made me look at which line again, and lo and behold, I found the error. What happened was that the first line of the closeConnection() sub was throwing the error. I suppose because the objRS object was not being passed to it...
Humm...not sure about ASP, but I know in PHP there is a function called md5() which creates a string 32 characters long. Here's an example password generator (In PHP)
<?php
$String = "This is the text which will be encrypted so that you can create a random password"
$Length = 8; //This...
Woo hoo! Got it working! Thanks winston. Alright, now I am having another problem:
Microsoft VBScript runtime error '800a01a8'
Object required: 'objRS'
I think this problem has to do with objRS being closed out, but not being redefined. I don't see why this is a problem...
Here are my...
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.