I have 2 forms
I. Cusomers
II.Search Form
I when i open the search form i want this form to always stay on top and the customers form always on the bottom.
I have a button on the search form so i can close it when im done. What happens is that when i find the customers
the Customers form hides...
I have a form with two buttons and tho ole objects
One is to take a picture directly from a webcam
and the other button to scan a document.
If I take a picture with the webcam and I want to scan
a document I have to exit access and change the twainsource with Kodak Imaging. Then open the...
I have a form with two buttons and tho ole objects
One is to take a picture directly from a webcam
and the other button to scan a document.
If I take a picture with the webcam and I want to scan
a document I have to exit access and change the twainsource with Kodak Imaging. Then open the...
I have a form with two buttons and tho ole objects
One is to take a picture directly from a webcam
and the other button to scan a document.
If I take a picture with the webcam and I want to scan
a document I have to exit access and change the twainsource with Kodak Imaging. Then open the...
Whenever I take a picture on the form i have and want to scan afterwards I have to go to Start--Programs-accessories
and into IMAGING and change the device to scanner. then
I can go ahead and scan from the form.
Is there any code that can do this by itself without me going to change the...
I have a form where I have two OLE objects
1.Is for a web cam
2.Is for a scanner
The problem is that I can only have one default wich means
if i take a picture with the web cam via button on a form I have to assign the device trough the Kodak Imaging program. Then If I have to scan trough the...
Thank you very much, I really apreciate your patience.
Problem Solved.
It was a great treasure finding the tek-tips forum. In the last couple of weeks I've learned a lot.
Latez, See you guyz soon.
Ok, I created a module named :modPublicDeclarations
with the code:
Public gstrCurrentUser as String
Then did the following
OnClose event of the form, gstrCurrentUser equal to the field that contains the login name.
gstrCurrentUser = txtname
Then I went to the CUSTOMER form and modified...
The LOGIN form has to be visible in order to login, i think.
I like the other ide as to store the LoginName in a public variable.
I have my own form but Im not sure on how to store that public variable, can you give me an Example.
Thanks for the reply!
I want a record to be created as of what user modifies the CUSTOMER form.
I have 2 forms
LOGIN
CUSTOMER
On the CUSTOMER form I have a button that when I
ClickOnSaveButton it copys the UserName from the LOGIN form.
But In order for ClickOnSAveButton to copy the UserName from
the LOGIN form...
cghoga
Ok,
"question?...are you creating a new record (adding a new customer) via a command button? if so, you might try putting the code in the On Click event that creates/adds the new customer"
The idea is to create or modify a record and saving changes
On Click event, I did what...
cghoga, the code you gave me worked fine
(me.EMPID.value = Forms!EMPLOYEE!EMPID.value)
Thats part of what I wanted, the thing is that this fills
in the EMPID on the form opened but only for the first record, when I go to create a new record the EMPID goes blank, and what I want to do is to...
Ok I have 2 tables EMPLOYEE & CUSTOMER
both tables have an EMPID field.
I made two forms one for each table, EMPLOYEE form and
CUSTOMER form. The EMPLOYEE has only one field the EMPID field
with a command button(START). When I click on this button it takes me to the Customer form. The...
Sorry I forgot,,
the code worked but... only for the first
record on the form.
If i want to add another customer
I would like the value too keep appearing in that field
so the EMPID will be added to each record created
the only things that would change would be the customers
info.
How would...
THANK YOU!!!THAT SURE WORKED!!
...
You said not to close the EMPLOYEE from before the value was passed. I want the EMPLOYEE form to close by itself. Im wondering what code would I need to use If I want the EMPLOYE form to close lets say 4 seconds after
the CUSTOMER form is loaded. So this way...
Ok I have 2 tables EMPLOYEE & CUSTOMER
both tables have an EMPID field.
I made two forms one for each table, EMPLOYEE form and
CUSTOMER form. The EMPLOYEE has only one field the EMPID field
with a command button(START). When I click on this button it takes me to the Customer form. The...
Ok i did what you told me i made the text box unbound, i dont get any error now, but the box doesn't fill with the number from the previous form.
Is there a way to post the sample file that im working on
or do i have to email it ??? I would really apreciate it
if someone could give me a hand...
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.