Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JonEx
  • Content: Threads
  • Order by date
  1. JonEx

    list box showing reports ?

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

    Linking Database to webpage ?

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

    Add.Attachments can this be linked to a variable?

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

    What could be wrong wit this ?

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

    One or more parameter values are not valid? using outlook?

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

    attachment field using automation of outlook

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

    Error message when trying to send email? using CDO?

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

    gettin email address of a form from a query

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

    Command Button Parameter report?

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

Part and Inventory Search

Back
Top