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 Mike Lewis 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: *

  1. JaredSangco

    Uploading Access 2007 form to Sharepoint

    Hey Guys, I've been doing a some research with publishing a form from my Access 2007 Application. This one form is my 'Main Form' to my application. I did a search and came up with " thread702-1378436", however, it is no longer available. I merely want the person to click the my Link from...
  2. JaredSangco

    Moving Access to Web Server

    Sorry Guys, I've been on business. Just returned and now I have to get things started. Is MS Frontpage possible? My program is really not complex at all and the queries are simple joins. The user will basically just enter data and view reports.
  3. JaredSangco

    Moving Access to Web Server

    Fellow experts, I have completed my Access Application and would now like to move to a Web Server so that people will have access to it? Any information on how to do this? Please advise. Thanks a bunch
  4. JaredSangco

    Using SubReport - can it be be grouped?

    Guys...Nevermind. I just did a search and I inserted the subreport under the Group Header which I wanted to do but it was not enabled in my report. Sorry..
  5. JaredSangco

    Using SubReport - can it be be grouped?

    Hi All, I'm having bit of an issue. Hope you can help. Currently, I have a report called [rptPartsInformation] which currently displays Exterior Information parts which is grouped by [AutoName]. I am trying to use a subreport to include Interior Information parts to [rptPartsInformation]...
  6. JaredSangco

    Utilize 1 form for 'New Record' or 'Search Record'

    PHV...THANKS a bunch. Works like a charm.
  7. JaredSangco

    Utilize 1 form for 'New Record' or 'Search Record'

    Hi All, I currently have a Main Interface form [frmMainInterface] that has: 1) A cmdButton that directs me to form [frmPartsInformation] which is basically a New record input form. The 'Data Entry' property is set to 'Yes' and 2) A Parts List combo box that is used as a search criteria...
  8. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp...Works like a charm. Thanks a bunch..
  9. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp... Not clear where i put these.. Docmd.runcommand acCmdRecordSave I tried a few places however i'm getting 'Varialble not defined' let me work on the controls for the Tab
  10. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp, I enforced referential integrity on the 2 tables. A record save button prior to assigning a category is the solution. Now, regarding the tab control. I've done what you did, but the "'Choose Categories to Add' list box, and the two additional cmdbuttons do not work once inside the tab...
  11. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp... Issue is when you link PartId with tables tblParts and tblPartCat. You can link them, but you can't enforce Referential integrity. Is this correct?
  12. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp, Just establishe relationship with your sample DB and the results are the same issue I am encountering. If you remove the relationship..it works flawlessley
  13. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp...you are absolutely correct. Let me look into it further... in the meantime...I want to put a 'tab control' box on the form since I will be adding yet another set of Categories. Is there any way that I can keep the 'lst box' in tact to the the Tab control. the subform is fine, however...
  14. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp... Yep that was it. I removed my table relationships and now works like a charm? Isn't it best practice to define relationships with your entities in your DB?
  15. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp... After looking through a bit more, i realized that your tables do not have relatshionships defined. Could this be the case?
  16. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp...just to let you know ahead of time, it's a mess, but I will give it a shot and upload 2morrow. Thanks for your assistance.
  17. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp, What's weird is that my current form is very similiar to your version 1, PartCatClass. I don't know why yours works flawlessly. The combobox works fine, but the txtbox doesn't.
  18. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp, If Me.Dirty Then Me.Dirty = False Where exaclty on the form do i put this?
  19. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp.. I think i figured out the problem. Problem is I need to save my MainForm [partInformation] prior to selecting a new category. Is there a setting i missed or something when finished enter a part?
  20. JaredSangco

    Alternative approach for unbound Option Group - 2007

    Majp... I've been working on this all day and there's a small functionlity that is not working seemlesly. Using the Category List Box, when I first select a new category, it will not populate the 'CatName' text box. This only occurs when inserting a new category. However, if I utilize the...

Part and Inventory Search

Back
Top