Hey,
i was wondering is it possible to have a list box that shows reports ? without the reports having the rpt or rpf infront of it? and if it is possible how would i go about that ?
-----------------------------------------------------------
list box name : 1stRep
command button to preveiw...
Hey guys,
im sorta new to this database thing and i have a question ... if i have a database and i wanted it to be linked to a website where .. for example
in my database i have itemno and products
id want to link this information to my website
where i can insert and image next to the...
Hey,
ok i have a form that sends emails now i have added a textbox and a command button that opens up a dialog box asking what file to attach,and when you choose a file the textbox shows the location.
example
[c:\file.txt ] [Command Button]
my question is ..
since its a dialog box the...
Hey,
ok i have a form that automates outlook , it has a subject and a message body the only problem i have to face now is how to add an attachment field in the form as well.
ive tried some stuff but i get this error
One or More parameter values are not valid.
can anyone examine this code...
Hey,
ok i have a form that automates outlook , it has a subject and a message body the only problem i have to face now is how to add an attachment field in the form as well.
ive tried some stuff but i get this error
One or More parameter values are not valid.
can anyone examine this code...
hey,
ok i have a form in access that can send emails using automation of outlook. i can type a message and a subject and click send . and outlook sends it, now i was wondering if i can have an attachment field within this form as well?
this is the module for the sendmsg function...
hey guys,
i downloaded a sample dbase but it seems not to be working right .. i dont know what the problem is .. perhaps you guys can help me ?
here's the sample code for the command button to send the email.
Private Sub cmdSend_Click()
On Error GoTo Err_cmdSend_Click
Dim...
hey im updating a current dbase and im having a problem right now i have a table for employess with there id's and email addresses , now i have a form with a combo box that shows these email addresses from the table
SELECT DISTINCT [tblEmp].[Email] FROM tblEmp ORDER BY [tblEmp].[Email]
now if...
I have a form and ive placed a command button on it now id like that when you click the command button it will generate a report based on a parameters within the form.
so for example if i wanted 1 customer's contact information to be displayed on a report what code would i have to use ?
ive used...
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.