Recent content by jepoysaipan

  1. J

    Hi Jerry, Sorry for the super late response after hibernating for a while I am back, I know...

    Hi Jerry, Sorry for the super late response after hibernating for a while I am back, I know you've solved this issue and apologies for not replying soon, for what it's worth I will use the left() function: me.[ResultTextField].value = left(me.[SourceTextField],4)
  2. J

    Basic Inventory

    True, its been running since 2013, 2 times a week they need to save hundreds of records (about 188,000++ to date) so pretty much its almost there and I also told them that after about 10-11 years they need to replace the app but of course due to budget constraints they didn't care that much up...
  3. J

    Basic Inventory

    Hi Doc, Yup one of my local client that distributes nutritional assistance, it was a split DB and after 8 yrs it is now struggling :)
  4. J

    Basic Inventory

    Hi Doc, Agreed!, but for this kind of small app I will not bother to setup a split DB with an open source SQL (if budget is an issue) but truly the 2GB cap is history when using a split DB and SQL. :) We all have experienced clients who are always concern with their budgets rather than the...
  5. J

    Disable Editing Subform in navigation form

    Hey Pat, Nice to see a fellow COBOL programmer on this thread, I started as COBOL/CICS Programmer way back on Mid/Mainframes lolz. Anyways, @arnelgp got the drift of what I am tackling and it works as I envisioned! Thanks for your insights and as always "we" as programmers can always find a...
  6. J

    Basic Inventory

    Hi Morgana, I am in the middle of developing a sales & stocks monitoring system for my brother, a simple concept at first and then became complicated as it progress, btw kudos to this thread for members who are always ready to shell out their knowledge. anyways, based on my experience the way...
  7. J

    Navigation Form with Ease

    ok here's a present scenario I am right now, I didn't bother yet to try the code pardon @arnelgp, like you said everything works well when I use the standalone forms with tab control, but when I plugged it on a navigation with (horiz & vert left config) it gives me the dreaded error. I have...
  8. J

    Disable Editing Subform in navigation form

    simply wow! exactly what I wanted! Thanks a lot @arnelgp!
  9. J

    Disable Editing Subform in navigation form

    Thanks Arnel, it works logically on a single nav, but below is the screenshot of my form (Horiz & Vert Left Nav) the problem I am facing is I want the "Add New Product" and "Edit Product" either be disabled or hidden including the "subforms" so the user can only navigate/click the "View...
  10. J

    Disable Editing Subform in navigation form

    Hi Pat, I got your point on this, but what I am trying to accomplish is what my professor in PROG/SAD class always taught us "never give/show an option to an unauthorized user in your program/application..." for there will be more questions/explanations involved plus it is not a good practice...
  11. J

    Disable Editing Subform in navigation form

    Hi Arnelgp, I tried your approach but doesn't seem to get the job done, it will work initially when the logged user is not allowed to view the "subform" under the navigation tab, but when an allowed user is the active one, I need to click that navigation tab to show the "subform", what I need...
  12. J

    Disable Editing Subform in navigation form

    Hi, I am now having the same problem, on my Navigation Form when a user clicked a button it automatically shows the "subform" associated with "Navigation Target Name", now I wanted to disable this "subform" based on User Roles, others tab are ok to play with are there any solutions to this one...
  13. J

    Help pls. Combo within a combo!

    Hi Guys, I am having difficulty trying to figure out how to deign a field using a single combo box, below is the structure: Field: Ethnic Background Possible Selection(s): - African/American - Native American - Hispanic - Caucasian - Pacific Islander + Chamorro + Palauan + Yapese...
  14. J

    Synchronization Lecture Pls.

    @David, I do visited your Wiki for quite a while even before starting this project, yes it does work perfectly on a WIRED LAN, but then on the other hand (WAN, Off-Site, Remote replication) it's not, I know it's my design or maybe its not the way to solve this problem I am facing. Well I was...
  15. J

    Synchronization Lecture Pls.

    Wow, great insights! Thanks guys. I've been working on replication for 2 days, but the BE seems to bloat every now and then, I can't seem to find a sample update module or macro (if you will) to try it out, I am begging everyone to pls. show me a thread or a sample to get me started. Thanks...
Top Bottom