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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aw23

  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

    Thanks! That worked
  3. aw23

    Simple Javascript

    Thanks, no I do not insist on using document.all Can I do var page=Language.value;
  4. 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...
  5. 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...
  6. aw23

    Call functions in a diff form

    Thanks, I just tried that and I got the following error: Invalid use of property, with Recordsource highlighted.
  7. aw23

    Call functions in a diff form

    I have an application which is the front end to a database with 30,000 clients. When user selects a client, the whole form loads to that record. The user can then type in 'actions' such as calls, meetings, etc. with that client. I have a reminder form. The user can set it to go off any time...
  8. aw23

    Call functions in a diff form

    I tried that: Set Forms!Company.Recordset = rs I get the following error: 'Microsoft Access can't find the form 'Company' referred to in a macro expression or Visual Basic Code.'
  9. aw23

    Call functions in a diff form

    I don't. The second form is a reminder to the user. If the user selects open item then I want that to load on the main form.
  10. aw23

    Call functions in a diff form

    I have to do several things. The one I am having the most difficulty with is the following: I have a recordset on my second form. I need to set my main form (a bound form)to the recordset on the second form. I tried this which does not work: Set Forms!Company.Recordset = rs
  11. 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...
  12. 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...
  13. aw23

    Subform field based on main form

    Thanks so much. I actually solved the problem. I changed the subform so that now it is no longer a subform but a form and I added docmd.gotorecord. From there is was simple.
  14. aw23

    Concatinate and skip a line

    I figured it out, in case anyone else needs it, it's vbCrLf Thanks!
  15. 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...

Part and Inventory Search

Back
Top