Recent content by bremensleash

  1. B

    Computation in textbox

    Hello everyone Does anyone know how to return a null into a computation. for example textbxa textbxb textbxc 3785.2 - 0 = I want textbxc value to become 0 i tried the nzproperty but its not working. k_2...
  2. B

    Multiple tables in one report

    Thank you for your fast reply sue. I already did what you told me, the thing is unless the other table values are relevant the report will not appear, what i mean is to they have to be the same relevant value under the primary key. for example tbl_df tbl_re rec_no...
  3. B

    Multiple tables in one report

    Hello everyone Anyone know how to create a report from multiple tables. I tried making it but everytime i will choose a table and my other data table there's always a message asking for a relationship. Hello anyone pls can you enlighten me with this one:confused::confused::confused:
  4. B

    before update after update

    hello bob where should i put the code in the for code builder how to set the control source of my text box? im sorry i dont know about these terms kindly help me.
  5. B

    textbox to list box via cmd button

    thanks khawar i will apply it now to my database
  6. B

    before update after update

    hello can anybody help me coding this one.. again theres no luck finding the topic in google i want to update the textbox value automatically without the use of a command button. like in excel if you put the values f4 + e4 into e5 it will automatically update can i do it also in...
  7. B

    textbox to list box via cmd button

    yes like multiple list values into 1 account can i make it like that
  8. B

    textbox to list box via cmd button

    khavar can i make it into a multiple values into a 1 table
  9. B

    textbox to list box via cmd button

    hello khavar can you attach also the table and the querie for it i dont get where tha data is being save therefore i cannot apply it to my personal database Thanks for your help khavar i do appreciate it im very confused right now
  10. B

    textbox to list box via cmd button

    Private Sub Command4_Click() If IsNull(Text1) Or Text1 = "" Then MsgBox ("Enter Some Data") Else Set dbList = CurrentDb() *can you explain to me what this code does* Set rs = dbList.OpenRecordset("ListBoxItems") *Is ListBoxItems Record in the table* With rs .AddNew ...
  11. B

    textbox to list box via cmd button

    thanks kawar this solve my problem thx many thx after 1 month of puzzle :D
  12. B

    textbox to list box via cmd button

    from the table meaning every time i click the cmd button on the form it will ad values to the list that will update the table.
  13. B

    textbox to list box via cmd button

    Hello can you pls give me a example for it my mind is twisted right now even google cant help me. i just want to add the information with the help of command button can you help me pls. i dont know where to start for example i want to add john doe *its in my textbox* to my list box...
  14. B

    access file = stand alone program

    guys you know how to make the access file into a stand alone program. where the design is hidden.
  15. B

    sytem time via cmd button

    Guys you know how to get the system time via cmd_button this button will input your system time to the textbox im making a new database now for inventory so i would like to implement the button for the inventory purposes. for time in and out
Back
Top Bottom