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

    Access 2007 Bluetooh Add-in anybody know anything about it???

    Hi All, I noticed that the new version of Access has a bluetooth add-in. I wanted to find out more information, but cannot find anything online so far or nothing in the help file. Has anyone read anything about this new add-in? thanks in advance!
  2. mvital

    Copy the subform details to a new record in a single form view

    Hi All, I have been wrestling with this request for a couple of weeks. I have a single form view form in Access 2003. I have been asked to make it so that the user can duplicate (copy, ditto) a record in the details section of the form (subform). I found Allen Browne's code and some example...
  3. mvital

    Need help w/ code. Want to add a WHERE, but does not work

    Hi All, I have the following code I am wanting to add a WHERE clause and I have tried adding it almost everywhere, but it does not work. I don't get an error, but don't get what I want. Private Sub cmdViewSources_Click() wherestring = vbNullString If IsNull(txtSourceKeyword) Then...
  4. mvital

    Assign a Period for a date/time range in Excel

    I have a date and a time column in Excel (2003) and I want to assign a period from 1 to 10 depending on a date range and time cut off. Would I need to concatenate the date and time columns into one column? For example, period one would be 5/2/2006 12:00 thru 5/16/2006 12:00. Cut off date is...
  5. mvital

    Limit listbox (in subform) records based on txt control on main form?

    Hi All, I have a main form with four tab controls. In each tab control I have main form/subform(s) combinations. I have a listbox search in one of these tab control main forms for the user to search the records previously entered on that form (they do not want to use the record navigation...
  6. mvital

    Troubleshooting code not working. Can you go thru what this code is

    doing? I have been troubleshooting this code because it WAS working last Friday and no longer is. I am not sure why. basically I have a text field on an access form called "txtsourcekeyword" the user can search for a particular MATERIAL_ID (CDW-01;text field)if he/she knows it or enter wildcard...
  7. mvital

    If checkbox checked display message...

    Hi! I've looked everywhere and I can't find what I need. I know it is simple I just don't know the syntax. I am fairly new with VBA, but getting better. I have a form with a checkbox (not option group). If the checkboxed is checked I want a message to display to the user that they have to fill...
  8. mvital

    Filter Combo Box on subform in tab control; different

    Hi All, I have tried several ways and I just can't get it to work. I have read several suggestions online and in this forum, but have not found anything like my case. I will try to explain. I have a main form with subforms in a tab control. The main form contains building information. This...
  9. mvital

    requery command in Access form

    I have a main form with a command button. This button opens a small pop-up form where I can add building information for a new building. I enter info on the pop-up form and then close it to return to the main form. I want the newly added building information to be available so that I can...
  10. mvital

    Excel Formula Question or What's the best way to do this?

    Hi All! I want to create a formula in Excel. I thought about using the 'AND' and 'OR' logical functions. Can they be used together with an IF statement? This is what I am trying to accomplish. I have text in cell BG. I want to look for "Red" in BG and where it is either "100" or "5000" or...
  11. mvital

    How can I clear image control? Take a look at this code.

    I have a form with a place for a photograph. It looks the image control is retaining the value that it had from the last record that loaded it. Basically when I go to the next record I see the picture from the previous record. I don't want that. I want to see an empty image control. How do I...
  12. mvital

    Can you look at this code? How can I clear the image

    I have a form with a place for a photograph. It looks the image control is retaining the value that it had from the last record that loaded it. Basically when I go to the next record I see the picture from the previous record. I don't want that. I want to see an empty image control. How do I...
  13. mvital

    Link Images in Access Form

    Hi All, I am using MS Access 2003. I am using code to link to images in an Access form. I am able to see the images for each record, but if I happen to go a new record and then navigate to the first record I can't see the images anymore, but I see file names in the image control instead of my...
  14. mvital

    Use combobox or list box to go to the record selected on the form

    Hi All, I am not sure if this can be done. I have a standard input form that is filled out by the user. I have gotten a request to have another functionality added. The user wants to be able to enter information for the current record, but if he or she needs to look at another previously...
  15. mvital

    Help with IIF statements (nested)

    Hi All, I have the following statements. I have tested them separately and they each do what I want them to do. When I try putting them all together to make one statement I get "an aggregate function with too few arguments". What am I missing. IIf([source]="ACGIH" Or "NIOSH" Or "OSHA" And...
  16. mvital

    Code Help. IIFs where best to put them

    Hi All, I have a form where several filter options are presented to the user to filter a report (Access 2003). I have two listboxes that depending on the combination a calculation is run. Right now, I have the calculation being performed in a query, but now we have added other elements to it...
  17. mvital

    Trouble relating these table; I know I am missing something...

    Hello All, I am trying to build an input form in Access 2003. The form as I see it has three parts. One part captures the site name, address, and question and answers for 6 basic questions. I have more questions on the form (7 thru 10), but each has a series of subquestions yes/no for the...
  18. mvital

    How can I send a simple email when a PHP form has been updated?

    Hello All, Someone generated forms using PHP so they are on a website. The forms are updated via the website and Access tables are populated. Is there a way that I could fire off an e-mail to people when the PHP form has been updated? This is a dispatch scenario. A complaint comes in the form...
  19. mvital

    Can I send an e-mail when an Access table has been updated?

    Hello All, Someone generated forms using PHP so they are on a website. The forms are updated via the website and Access tables are populated. Is there a way that I could fire off an e-mail to people when the Access tables have been updated? PHV helped me with sending e-mails when a form in...
  20. mvital

    Send e-mail when an Access form has been updated

    Hi All, I have searched in the posts and I have found some information, but I do not want to send an attachment or report snap shot. I want an e-mail sent to 5 people when an Access form has been updated with a one-two sentence message and to not reply to the e-mail. Is this difficult to do? I...

Part and Inventory Search

Back
Top