hi i ve got a little problem
i do the request
SELECT Contacts.Nom, Contacts.Prenom, CDate([Historique_commercial].[Date_prochain_suivi]) as [Prochain suivi], Historique_commercial.Identification_suivi FROM Historique_commercial INNER JOIN Contacts ON Historique_commercial.Identification_client...
hi,
i used the <a href> to save a document but in this case, the document is openned by the explorer in a html page. i just want to do the 'save target as' function.
thx
Raph
rchene@rockefeller.univ-lyon1.fr
Zeubug
Thanks for all the answer but i just want to say if i could do a sort of keypress evenement but applied to the application so i have done a simple function which replace the single quote by the chr(180) which is similar to a single quote
to vb400, sure, you have undertood my problem and...
thanks vb400 but in the sQL querystring there are some ' inside and i cant replace when i have done the querystring and i don t want to test each textbox
example : sSQL ="select * from table where id_client = '" & textbox.text & "'"
i just want to remove the ' which coudl be...
Hi
just one thing, i want to do a keypress but i want that it worked for all the application example :
i do some request in SQL and the char ' is forbidden, so i want that when a user press the key ' , i want to return the chr(180) but i dont want to test all the textbox i have, i want to...
i have a temporary recordset with 1000 records and i want to put all records in a access records, not an update but an insert,what is the faster and can i send the recordset directly to the access record
thanks <p>Raph<br><a...
the problem is simple i have a string, i want to do left(string,number) but now left is not recognized by VB.
In the refernces a ve got visual basic for application which is checked and vb6 library.
if somebody can answer to my question, it will be great for me cause i dont want to install vb6...
High everybody<br>i want to make a request and i need help:<br>i have two fields number1 and number2 in a record<br>i want to search the higher number2 of a specific number1<br>my problem is how to search the higher number2<br><br>thanks for help !<br><br>pour ceux qui comprennent le francais et...
thanks doug , i didn't think to get the focus on the subform.<br><br>but i had a problem, an error came when the line<br>DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70<br>was executed<br><br>so i used the command DoCmd.RunCommand acCmdDeleteRecord<br><br>and that's all...
Hi,<br><br>the problem is :<br>i have a main form, on this main form there is a control tab.<br>on each page of control tab, i have one subform.<br><br>I want to put a button on the main form, this button must delete the current record of the visible subform.<br><br>I don't want to put the...
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.