Search results

  1. G

    Run vba code or routine stored into field

    Just to learn, what exactly is the VBA Extensibility
  2. G

    Run vba code or routine stored into field

    First thanks, You know, i'm looking to find this solution on order to modify my future accde file without needs to re-install it from the beginnig.....
  3. G

    Run vba code or routine stored into field

    DBguy, Because of my poor knowledge of vba, can i ask you what actually i must do? (by using VBA extensibility)
  4. G

    Run vba code or routine stored into field

    Hi plog, I found this code but really i don't know how help me... Dim ctl As Control Dim varTemp As Variant Set ctl = Forms!Contacts!HelpButton If (Left(ctl.OnClick, 1) = "=") Then varTemp = Eval(Mid(ctl.OnClick,2)) Else DoCmd.RunMacro ctl.OnClick End If Is this example similar on...
  5. G

    Run vba code or routine stored into field

    Gasman it was just an example....... lets give you another example. I wanted to open the form "Invoices" by pressings the button.....but the this command must be taken from the field...
  6. G

    Run vba code or routine stored into field

    Good Evening, Is it possible to executed a vba code or routine which has been stored into a field (Long Text Field) ? I would like to run the code through a standard command Button. Is that possible and if so, how? Attached there is an example of the code to wish run: Private Sub Form_Load ()...
  7. G

    Solved Append Data

    I would like to thank you all for your help, finally the problem was really simple but happened.... thanks again all of you
  8. G

    Solved Append Data

    Good evening to all, I need your help with the following problem. In the attached database, there are the tables Customers and Messages. You can find also the form (SetMsg) which after adding data into [txtMessage] field i want append these data into Messages table, but only for those...
  9. G

    Opening Word document into form using WebBrowser Object

    No problem, thanks again
  10. G

    Opening Word document into form using WebBrowser Object

    Morning, Yes, but can we try to do it?
  11. G

    Opening Word document into form using WebBrowser Object

    Hello my friends, Everyone agrees that Internet Explorer is not the best way to do this. However, I attach the database as I have downloaded it from the forum since some months now, and I'm trying to make some changes so that I can work through the access form because there is a special reason...
  12. G

    Opening Word document into form using WebBrowser Object

    Good Morning I have specified the path of a Word file that opens into WebBrowser Object on the form. The problem is when i open the form I receive the attached message and the user must select "Open" to see the file. Below is the code I have on "On Load Form Event" for the opening the file...
  13. G

    Ms Outlook into form

    yes, actually i want Inbox, Calendar, Todo list, reading pane, onto an Access form..
  14. G

    Ms Outlook into form

    Thank you very much, i will study your code and your idea and if i will need more help i'll be back. But, the idea is to load the outlook as is it into my form.... Anyway, thank you very much again
  15. G

    Ms Outlook into form

    Can you please give me more instruction on how can i do this because my poor knowledge in vba programming? Should be very helpful for me even one small example file in order to understand it... I will be very appreciated
  16. G

    Ms Outlook into form

    My inbox and outbox...
  17. G

    Ms Outlook into form

    Hi, i tried it already without result. Actually i put the control into form but On Load event i cannot get anything..
  18. G

    Ms Outlook into form

    Hi, Is it possible to add an outlook control into ms access form? Thanks
  19. G

    Autonumber and Sort based creteria

    Hello arnelgp and thank you very much. Your example database is exactly what i wanted but is it possible to do the same work using a command button? It would be more usable for my case. thanks again
  20. G

    Autonumber and Sort based creteria

    Hello, I would like your help with sorting the data in Table 1. As you will see, each record is registered in a certain category [Group] and at a certain time [xTime]. The point is: Based on the registration time and the category, I would like the [txtSequent] field to be updated with a number...
Back
Top Bottom