Hi all,
I am new to Libreoffice.
Backend Mysql.
two tables “IDs” “Family”.
Both tables are joined by Fields Ids.ID and Family.F_ID.
How do I compare these two fields value via VB scfripts in the form?
I have a micro via vb script that doesn’t work:
Sub Main
if “form::ids:ID” = “form:F_ID” then
MSGbox (“correct”)
else
MSGbox(“Not Correct”)
end if
End Sub
Thanks in advance for any help,
Abrahim