arnelgp's latest activity

  • arnelgp
    very good vhung, your macro works well. i added 2 more records on Table1, open Table table1 and click on the link.
  • arnelgp
    arnelgp replied to the thread VBA and ChatGPT.
    apology, overthinking of me.
  • arnelgp
    i think it is impossible to accomplish if you are using a bare-naked table. but if you use a Form (datasheet form, open dsTable1 form...
  • arnelgp
    arnelgp replied to the thread Clear out data.
    If you have A2021 or 365 you can copy the form on the demo to your db. run the form to delete records from your table. there is a...
  • arnelgp
    arnelgp replied to the thread Clear out data.
    You can also do the Deleting or records from another database. open form frmTableList from the demo and select the external db. then...
  • arnelgp
    arnelgp replied to the thread VBA and ChatGPT.
    so now you copied from 4B + 1 AI? finish or not pass your papers..
  • arnelgp
    arnelgp replied to the thread VBA and ChatGPT.
    watch out.. DanielP, is watching..
  • arnelgp
    arnelgp replied to the thread VBA and ChatGPT.
    people might construe, that he did all the effort. even if you write a book, and you quote it from another book, you put the reference...
  • arnelgp
    arnelgp reacted to NauticalGent's post in the thread VBA and ChatGPT with Like Like.
    First, Chatty is a she... Second, I agree; Even though programming actually encourages plagiarism, one should give credit to any and...
  • arnelgp
    arnelgp replied to the thread Moving objects on form.
    expanded the table and CF for some colors.
  • arnelgp
    arnelgp replied to the thread VBA and ChatGPT.
    don't you think you need to give acknowledgement/credit to ChatGPT on your presentation after all he does the heavy lifting?
  • arnelgp
    arnelgp replied to the thread Moving objects on form.
    just another option. this does not move the label but has fixed label and only change the color or hide the label. open form frmMapStatus.
  • arnelgp
    arnelgp replied to the thread Field to enter ONLY time..
    the format is: hh:nn:ss you can create a form (datasheet or anything) against that table and set the format of the Textbox on design...
  • arnelgp
    arnelgp replied to the thread Field to enter ONLY time..
    the field is Date/Time (so it is Date + Time). you can suppress the Date portion by Editing the table structure and adding hh:nn in the...
  • arnelgp
    arnelgp replied to the thread Field to enter ONLY time..
    isn't it Dec-30-1899? since this CDate(0). and Format(CDate(0),"mm/dd/yyyy") = 12/30/1899 this is what CoPilot explains: In Microsoft...
Back
Top Bottom