Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aw23
  • Content: Threads
  • Order by date
  1. aw23

    Vertical line

    I need to create a vertical line next to my sidebar. How is this done? Is it possible to create a border for a table on one side only? Thanks
  2. aw23

    Simple Javascript

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

    ASP links

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

    Call functions in a diff form

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

    Form Timer Question

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

    Concatinate and skip a line

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

    Subform field based on main form

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

    Concatinate Control Name

    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 =...
  9. aw23

    Fill form from database

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

    My Location

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

    .inc extension

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

    Load Graphic quicker

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

    Whole Form Populate at Once

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

    Variable setting itself to 0

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

    MDE Question

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

    Form_Timer

    I'd like to have 2 different events running on 2 different timers. Is this possible? Thanks
  17. aw23

    Store String variable after application closes

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

    Unhide Excel File

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

    Microsoft Access 10.0 Vs 11.0

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

    Slow Program

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

Part and Inventory Search

Back
Top