Recent content by amorosik

  1. amorosik

    Microsoft Access into Web Apps ???

    I understand, but how can you list a product without actually listing it? That seems like a really excessive concern Anyway, if you think it's appropriate to edit the post to "..does not advertise product.." please tell me how and I'll follow the instructions
  2. amorosik

    Microsoft Access into Web Apps ???

    Has anyone used MRC-SYSTEM this system to port Access applications to a web browser format?
  3. amorosik

    Hi...

    Yes, very clear Oh no, don't apologize, I'm really interested in understanding these 'sayings/euphemism' I think it's a useful knowledge in common speech And thank you very much for the patient explanation
  4. amorosik

    Hi...

    "...still kicking for now..." Explain please :)
  5. amorosik

    Hi...

    Welcome aboard
  6. amorosik

    Sub vs Function - who win?

    Premise: an entire program could be composed exclusively of Functions, with absolutely no Subs With a Function, you achieve the same result of a Sub, and furthermore, should you ever need to return values, the code is already ready; just insert the type of value to return at the end of the first...
  7. amorosik

    Using AI to speed up development

    If needed, I can put them on Github It's even better if they're just on my local PC What I still can't do is allow Claude to read a series of files physically present on any PC
  8. amorosik

    Using AI to speed up development

    Ok but how you say to Claude "..the file is here.." in the Github repo ?
  9. amorosik

    Using AI to speed up development

    Ah ok, but you think that an entire project, for example 50-100 Mbyte, can be analyzed/correct/revised?
  10. amorosik

    Using AI to speed up development

    Yes, CoPilot and Visual Studio are tightly integrated, and the combination is truly effective Unforunately, we alway have to be last with access
  11. amorosik

    Using AI to speed up development

    Can you upload 50-100 Mbyte of files?
  12. amorosik

    Using AI to speed up development

    What system did you use (Claude Antropic, ChatGpt openAi, etc.)? How did you provide the code? (All in a directory, everything in a zip file, etc...) How was the modified code returned?
  13. amorosik

    Using AI to speed up development

    Claude, ChatGpt, CoPilot I currently only use them with their text prompt, for functions, SQL queries, and similar I'd like to understand how to have complete projects reviewed for anomalies or to get recommendations for improvements I mean, once an entire project has been extracted with one of...
  14. amorosik

    Solved How to set up unique customer codes based on customer types

    I believe the ONLY way to have a valid data pair is to program the database so that it CANNOT accept duplicate pairs, simply by inserting a unique index that includes the customer code and customer type This is because any customer-code/customer-type read you perform could have just been...
  15. amorosik

    How to refactoring an Access project with AI - for example with LM Studio ?

    I'm testing LM Studio and the various available templates LM Studio also offers the ability to be controlled externally via API, and I believe this opens the door to a wide range of uses Suppose we wanted to run an analysis to identify any errors or areas for improvement for a large project, say...
Back
Top Bottom