I have a form with some text box and a button, on click on the button the system open the report and close the form.
What I want is that when the user left the las text box typing enter the button action be activate. I tried to use the event on got focus but doesn't work because I can't close...
Hi everybody:
I developed a local application to run fron the user PC now they change their mind and I need to run the aplication forom a server. De aplication have access to some word documents on one folder and the path was fix on the code. When I try to pull an exam now the code give an...
Hello:
My problem is that sometimes on my database my user have to work with several forms at the same time, so what happens is that her windows taskbar is full of runing tasks, one from each form, How can I do in order that the active forms doesn't appear on the windows taskbar.
Thanks for...
Well I used your sugestion but doesn't work either. I generated a random number using the las two digits of the current time multiply by a random number, even I change the code and I picked the questions one by one, doesn't work , each time that I run the routine I get the same sequency. I spend...
Thanks, but I'm not very familiar with the use of random functions. I'm not see very clear how is working yet. It supose that I must to set the seed on the function Randomizer when I use Randomize, because I read that use the function Randomize before Rnd will change the seed every time, I don't...
I try to get random question from a table. For that I use a query.
I found one answer to my question on but doesn't work.
***********************************************
http://www.mvps.org/access/queries/qry0011.htm
Function Randomizer () As Integer
Static AlreadyDone As Integer
If...
Hi:
Thanks for your help but actually I forgot write on the code that part, but this doesn't change the error. I tried to do some test and What I saw was that when I generate the exam for the first time it's work great, after that when I try to generate it sent me this error: " The remote...
Hi I'm working on a database for distance learning. I'm using word to gernerate the report for the exam. The problem is that my application doesn't work without have word open. I'm trying to open a new word document from code but it's run good the first time but when I try to do it again it...
Well this is the idea. I'm working on a access database for the distance learning. The problem is that they have all the information in word documents. Each documents is a module with x number of question, some of them have pic on BMP. So my database after the user select a module must to select...
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.