hi Geekmomz
I’m not sure if I understood your Q. so see and decide ::
Add a Yes/No field to your table (in my ex. “ysnSelected”)
Check it for “repaired”
Then make a query like this:
SQL = “SELECT YourTbl.YourField, YourTbl.ysnSelected
FROM YourTbl WHERE (((YourTbl.ysnSelected)=True));”
This...
hi
check here:
http://support.microsoft.com/support/kb/articles/Q209/1/43.asp
and here:
http://support.microsoft.com/support/kb/articles/Q209/1/41.asp
and here:
http://support.microsoft.com/support/kb/articles/Q210/0/04.asp
good luck
hi
R U using ACCESS 2000 or higher?
if yes you have the option "Conditional Formating" in the toolBar under "Format" menu.
also you can use "circle" in reports - see more details on help/
good luck
poky
try to use the code behind the combobox in "OnExit" event.
i did not understood "...down a REPORT//" DO YOU MEAN "Form"?
any way good luck.
poky
hi tpower and all,
i think this will help you.
from: http://www.fmsinc.com/go.asp?298
===================================================
Tip #10: Late Bind Subforms on Tab Controls
Provided by: Steve Clark, Senior Project Manager
Now that Tab Controls are common in Access, it's common to...
HI
TRY THIS I GOT IT FROM nathan1967 (form forums)
DoCmd.SendObject acSendTable, "Coagulation", acFormatXLS, "drmotin@cuok.co.il", "eliahu@cuok.co.il", , _
"Current Spreadsheet of Employees", , False
check the "SendObject" in help.
poky
Hi nathan1967
u r realy GREAT!!!
1. can i send the form fields to execl the same way u did here????
2. what about sending record after record to other row each time i move in form ??
thanks
poky
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.