ms access sub from value to main form

mabino79

Member
Local time
Today, 07:59
Joined
Nov 17, 2021
Messages
72
1- =[tblInventoryTransactionSubForm].[Form]![Text83]

getting error on this

2- also want to know that is it possible to make like data validation in excel.

if possible can create error or pop up windows on validation.
 
I have told you the syntax.?
Upload a DB and explain how to get to the problem. However I only have 2007, so might not be able to open it.
Upload it in the other thread though.
 
I have told you the syntax.?
Upload a DB and explain how to get to the problem. However I only have 2007, so might not be able to open it.
Upload it in the other thread though.
OK
 
Why have you got the following Calculated field in tblInventoryTransaction?

IIf([TransactionType]="1",[Qty],-[Qty])
 
Probably trying to make qty negative if transactiontype not =1 ?
 
Relationship Diagram does not look right to me either.
 

Attachments

  • RI.JPG
    RI.JPG
    54.3 KB · Views: 128
@oleronesoftwares - That's not how validation works in Excel, I think the OP means a lookup list as in a combobox of valid entries.
 
@oleronesoftwares I think I might have known that...
If you use it in Excel will present a Combobox of valid entries. Access validation rules at a table or form level won't do that, it's completely different.
 
See - another comment that adds nothing to the thread, and just obfuscates the responses that provide answers.
Not being rude, but personally, I would refrain from commenting on every thread, unless you are contributing an active answer.
 
i want to make a validation rule on Sub form value should be reflecting on main form if the value goes below 0, it will give popup on entering the values for the same.

i hope m clear to understand my query, if not please let me know.

thanks.
 

Users who are viewing this thread

Back
Top Bottom