I think this is a pretty simple thing to do but it's been a while and I am stuck. I have a page with a menu. The menu consists of several different languages. When user selects a language I want it to go to the next page, in that langauge.
The following is my code so far. I did not even try...
Although I have worked excessively with asp, it's been a while and I need to refresh my memory. Any ideas of sites I can look up to brush up? Thanks
I need to do something to start with which I can't remember how to do. I have a dropdown box with several values. I want to code when user...
How do I refer to one form from another? I have a main form. User is in a different form (not a subform) and I need to call some functions from my main form and set some controls on my main form. I have tried all different things and none are working. This must be a simle thing to do!
Any...
I really have not worked too much with form timers and so I'd like to run my idea by the experts, and if you guys don't mind giving me some feedback I'd really appreciate it.
I currently have a form with lots of clients and when a user calls a client or emails, etc, an 'action' is recorded in...
I have a list in Excel of names and email addresses. I need to email an email with an attachment to each one. I know this is simple, I have done it before. However I have a question. I am creating the body and I am creating a variable where I can set the name of the person I am sending the...
I have a form with a subform. The form loads with a client based on user selection. When the subform opens I want some data based on the id of the company in the parent form. I can't bind it to the form because it is bound to a table wher I want the live data to go.
I am using the following...
I have 5 lbls, lbl1, lbl2, lbl3, etc.
I have a string with 5 letters. I want to put one letter in each label. Is it possible to concatinate the name so that I don't have to go through each label? Here is my code which does not work:
While i < Len(strName)
i = i + 1
num =...
I have a database with 30,000 clients. I have a form independent of the program with client information. Name, address, email, etc. Whenever there is a meeting the user needs to fill out one of these forms by hand, taking the data from the database. I have the form scanned into my computer...
Is there any method to allow me to know what form I'm in and what sub or function I'm in?
If I want to write to the debugger that I am in formA function myFunction, is there a way?
is there a way for a module too?
Thanks
Although I have programmed in ASPit has been a while and most of it has been in VBscript. I am now editing a site in asp with javascript. I have a simple question, I have searched but have not found anything.
The asp page has the following include file:
<!--#include...
I have a folder on every users local pc with 190 small bmp. They are very small flags representing each country. I have a database with the name of each flag. When I load a client, I want the flag in that country to load. It currently works fine. I have an an image control on the form and...
I have a large form with several subforms. When a user moves to a record (based on a selection from a compbobox)lots of code is run and all the forms are populated. It runs very quickly but the data is populated from one form to the next very quickly. Is there anyway to load all the data at...
I have a simple question but I'm kinda stuck. I have a table with all users and their id. I frequently need userid. Everytime I need the id I don't want to have to do a query useing currentuser (I'm assuming that would tale longer). So I created a public variable UserID and in form_load I...
I have a split database where the BE is on the network and the FE is on every users computer. Both files are currently mdb. My question is if I make the FE an mde, will it improve performance? I have searched in this forum and have not found anything.
Thanks
I have 2 forms, a main form and a samll form which is opened from the main form but is not a subform. All users have access to the main form and the other one is an admin form. In the admin form, the admin selects a file. I then save the file name in a string and when any user clicks on a...
I have a form with a button. When the user clicks on the button I'd like an Excel file to open (so that the user can add or remove data to the file which is totaly seperate from the Access application). The following is my code:
Private Sub cmdDateBook_Click()
Dim xlTmp As Excel.Application...
I have an application which is using Microsoft Office 10.0. 2 of the computers in my office have been upgraded to Microsoft Office 11.0. When the application is opened, it first prompts me to enter a parameter value. I press cancel and I then get the following error:
'The expression On Open...
I have a huge access program with a database with several tables one of which has 30,000 records. The program has slowed down significantly and I'm trying to figure out how to speed it up. I have just added 20,000 of the 30,000 records. WOuld this be the cause? What can I do to figure out...
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.