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