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