Search results

  1. D

    Customize Button Text when using vbYesNoCancel in a MsgBox?

    Hi all! Query: Is there an easy way to customize Button Text when using vbYesNoCancel in a MsgBox? That is, instead of showing Yes, No, Cancel; display custom texts. Thanks!
  2. D

    Create .docx in the path specified in a field of a table with a button

    Hi everyone! I have an "attachmets" table that stores the paths in a "Path" field of .pdf files used in a given record. What you would need is: 1- At the push of a button, a new .docx opens 2- That the same .docx take the name of a field "NunberReg" of the Main Form "MyForm" and be saved in...
  3. D

    Text box that addItion repeating numbers from a field from a table

    Hi everyone! I ask you a question. I have the following data: TABLES: 'TABLE1' with a 'FileID' field (autonumeric) and another 'Nro-NA' (Numeric) 'MAIN' with an 'ID' field (Autonumeric) I need the following: Make a 'Text Box' (TextBox1) in the MAIN form (data of the table with the same...
  4. D

    By Clicking on a Label, a ComboBox gets Focus

    Hi everyone! I am bothering you once again because I have the need to do the following: That the user when clicking on a Label, a ComboBox gets the Focus. It's possible? Thanks!
  5. D

    Access freezes when adding or removing attachments on a SubForm

    Hi everyone! I have a Form with a Subform that contains an Attachments field. When adding or removing attachments, Access freezes and I need to finish the task with the windows task manager. When opening the Subform independently, it works flawlessly ... Any ideas? Thanks!
  6. D

    request a tip on how to diagram the Base and a Form

    Hello everybody!! I request a tip on how to diagram the Base and A Form I'm learning access, and I have the need to create a small database with a Form and then get some statistics. The approach seems to be quite simple: 1-Tables: TBL-Students (ID-Student, Name, Surname) TBL-Possibletasks...
Top Bottom