Search results

  1. I

    Solved Update field in table

    yes, some many times attempted that, but not works
  2. I

    Solved Update field in table

    Go on
  3. I

    Solved Update field in table

    Here you go
  4. I

    Solved Update field in table

    I'm trying of simplify the process of return a device.. In my head xD I'd like that when I hit the return form only search an asset ID and see the employee that has assigned that asset and with just click save... update the record in the table, the values of current date and the field with...
  5. I

    Solved Update field in table

    Not for me, Is there another way to send a value from that textbox with current date via button? maybe an update sql query?
  6. I

    Solved Update field in table

    I did this but when I hit save button don't change nothing
  7. I

    Solved Update field in table

    Yes actually that fiel has blank value When I hit the save I would like to send the =Now() date Save and new Macros This is my query related with asset, empleado and prestamo tables. Yes, I like to update (blank value) with the current date. Thanks,
  8. I

    Solved Update field in table

    Hello AWF!! I got an form for returning asset in this form it should be saved the actual date (It has an textboxt hidden with =now()) When I hit go to i can select an asset associated to an user, as the regirst of that line in table has the fecha_rec (Return date) in black return that black...
  9. I

    Fill a textbox automatically

    I've seen that can send a message of asset duplicate with code, but I got everything done by macros: I'd like to know how to prevent a duplicate asset that don't have date of return (Fecha recepcion field): I would have an form for returning assets, and in them we're going to select the...
  10. I

    Fill a textbox automatically

    It was solved, actually I'm trying to get an message When I assign a record duplicate.
  11. I

    Fill a textbox automatically

    After I type the default value =IIf(IsDate([DateField]),"Active") in the txtbox, the previous textbox asset I'm not able to type a value, and before I can do it
  12. I

    Fill a textbox automatically

    Nope, Asset should be typed, active/inactive it should be a textbox not-visible, when I save a record of an asset linked to an ID automatically save a date and active value in a table.
  13. I

    Fill a textbox automatically

    I've doing that and it was good, but now I can put a valie to asset textbox xD just because I set the default value in Text318...
  14. I

    Fill a textbox automatically

    In the case that this valie need to saved in a table Can I add this expression in default value?
  15. I

    Fill a textbox automatically

    Thank you for you quickly reply, this should be has an expression?
  16. I

    Fill a textbox automatically

    Hi Community, I have an issue trying to do something, actually.. I'm doing an tracking system of devices an I got a form of lease and another of returns, and both of them the date now is activated, for example when I give a device to an employee, I do a lease of a device an the record is saved...
  17. I

    Populate a ComboBox based on the selection of another ComboBox

    Hi, Community; I'm really new in Access, I'm trying to do that the Tipo combox depens of the selection of "Tracker" or "Forkifit" in the next comobox show only a list of 10000 to 20000 values en another option the rest of the 90000 list values. See the picture below. I got a table called...
Back
Top Bottom