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!

Search results for query: *

  • Users: aw23
  • 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

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

    Subform field based on main form

    OK, I just solved part of the problem. Apparantly it was standing on a record and it was loading all that data. Now the date and time work. I have also unbound it. I think this is my main question. How do I do the following: Bind the form to the action table, when form opens, open a new...
  17. aw23

    Subform field based on main form

    Now it's not working at all anymore! OK, I am really stuck here. I hope it's ok if I post the whole situation and maybe someone can help me out. Apparantly I am doing something very wrong. I have a main form which is the frontend to a database with 30,000 clients. The user selects one client...
  18. aw23

    Subform field based on main form

    That worked, it's populating except that I need to concatinate two of the fields, first name and last name. I set row source type to value list not table, query. I have done this before and it worked fine! How can I do it? Thanks
  19. aw23

    Subform field based on main form

    I would put it into the subform but I can't figure out where to put it. The form is not visible and when the user exits a different subform it opens. So the code is currently on_exit of a different form. I tried the following: activate,load,open,got focus. I put a msgbox in each one and...
  20. 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...

Part and Inventory Search

Back
Top