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 TouchToneTommy 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: vanleurth
  • Content: Threads
  • Order by date
  1. vanleurth

    Intro. to class modules

    Hello fellas, I was wondering where can I find an online tutorials about how to create a progress bar class or any other class in Access. Thanks, V.
  2. vanleurth

    How do I bypass AllowBypassKey?

    Alright, I have an AutoExec macro that runs a function that disable the AllowBypassKey but it doesn't work. Am I placing the function in the right place. V.
  3. vanleurth

    Having trouble converting to MDE

    Hi happy programmers, I have been trying to convert my database to a MDE. The problem is that if I go into the option to disable menus and toolbar and then change my mind, I can't go back to change the menu options because I already disable the menus. So, my question is; How can I just make my...
  4. vanleurth

    Can't requery an object inside a subform

    Hi happy programmers !! I have a very intriguing problem with access. I think I have tried any possible variation but perhaps you might have an additional one. Here is the problem. I have a subform inside a parent form. On the parent form I have a button that opens a form in which you can add...
  5. vanleurth

    Where can I upload my database ?

    Hi everybody, I have worked very hard to finish a database and now is time to show it to the world. I was wondering how can I protect my work and where should I upload it to make it accesible (download.com, etc. Any other examples) Thanks in advance, V.
  6. vanleurth

    How to beta test my database

    Hi happy programmers, After long hours of programming and form creation. I'm almost done with the debugging of my database. Now, I would like to get some feedback from potential users. Is there any book or guidelines online about how to call, what to do, do I submit my software to download.com...
  7. vanleurth

    DAP doesn't want to reconnect

    Hi happy programmers, I have just updated to Access 2003 and tried to relink my DAP to the replicated database. first, I thought it might have been something easy. I just browse through my files and find the replicated database. Then, just reflesh the connection and voila !! Unfortunately, when...
  8. vanleurth

    Why hiperlink doesn't work

    Hi happy programmers, I have a combo box which is hyperlink. On ewith a website the other one with an email. If I click on any of them a toolbar (hyperlink toolbar) pops up and nothing happens. How can I disable this feature and have my email program or web browser launch instead? Thanks in...
  9. vanleurth

    Avoiding redundancy by using a common mdb keeper of forms

    Hi happy programmers, I have found myself reusing the same forms; splash, menu, etc for different databases. I have been sucessful at placing all my modules in a mdd file and using that one as a library for all my functions. I wonder how can I use the same mdb file to store common forms. I...
  10. vanleurth

    updating a combo box after updating its table source

    Hi happy programmers, I have a combo box and a button right next to each other. The button opens a table (form) that is the rowsource of the combo box. I would like to update the combo box once I have added another record to the table source. Here is an example; Let's say I want to define or...
  11. vanleurth

    How to programatically determine a field type?

    Hi happy programmer, I trying to write a filter for my tables that will use string comparisons. For exmaple, If field1 > number then ' Perform an aritmatic calc. and greater than or smaller than comparisons if else field1 = text then ' String comparison and do not perform a greater or...
  12. vanleurth

    Inlcuding graphics in records of datasheets

    Hi happy programmers, Probably many of you agree that datasheets are very boring. Nowadays, as a software developer, we need to catch up with the fancy way things are looking, specially UI's. So, I was wondering how can I add a graphic to a field in my datasheet. This is, instead of open/close...
  13. vanleurth

    Combo Box Update

    Hi happy programmers, I wonder how can I update a combo box that has a query attached that it is link to its on field. For example, I have a combo box that looks for entries in the same field that is attach to it. The purpose is to allow the user to enter categories using the combo box and...
  14. vanleurth

    Easy one. Auto completing in a combo box

    Hi, Everybody Some time ago I found a thread about how to enter a non existing text in a combo box row source automatically if the string doesn't exist. Unfortunately, I can figured out what were those keywords I use. What I want is to auto complete the city in a combo box if the city already...
  15. vanleurth

    How do I create a custom menu

    Hello, I was wondering how can I create my application's custom menu. Any ideas will be appretiated, Thanks V.
  16. vanleurth

    How to configure computer to send and received emails

    Hello Everybody, I have been trying to send emails through ACCESS but I get the following message; "Before attemping to send an email message from PhEA, resolve the problem identified in the previous message, or configure your computer to send and receive e-mail messages." I assume this is...
  17. vanleurth

    Failed ShellExecute

    Hi everybody, I'm trying to send an email using the default emailer. When I execute this instruction ... lng = ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOW) I get a 2 as return value. I read in the forum that this is a file not found error. What should I do ? Where is...
  18. vanleurth

    Simple question How to call unload

    Sorry for the simple question. I wonder how can I call Form_Unload function from my own function. Thanks in advance, V.
  19. vanleurth

    Query will only insert a record only if record doesn't exist alredy

    Query will only insert a record only if record doesn't exist alredy Hi everyone, I have a table with employees categorized by groups; for example ; maintenance, operations, etc. I have another table with trainings that have different groups assigned to it. Now let's say that I want to...
  20. vanleurth

    How to add a new record in a subform from a parent form.

    Hi everyone, I would like to know; How can I add a record to a subform from a parent form? This is I have a button in the main form that adds a new record in the main form. Easy enough. But whenever I try to do it so it will add the new record to the subform it gives me this; The object 'frm...

Part and Inventory Search

Back
Top