hi guys,
i was created a link table,
and i do this step
1. click link table manager, linked table manager showed
2. i check my link table
3. i check "always prompt for new location"
4. will show select new location window,
5. i choose my new location
6. open
7. and table will refreshed...
hi guys,
i have a table, the name is CHECKINOUT and the table have fields, otherwise:
1. EID (this is a Employes ID, but this is not a primary key and indx is No)
2. CHECKTIME (this is a TIME and the format is ddmmyyy hh.mm.ss)
3. CHECKTYPE (this is a teks field and in that is I or O; I is In...
or, may be, anybody can help me how to show msgbox validation for textbox1 (or one of textboxs) in macro not in VBA when close, next record, previous record, print, or save
i mean,
i have maked a unload Event for validation before close form,
but it is not availalbe for next record.
example; i have a form that have to fill a "textbox1"
if textbox1 is null will show a message box
i write macros on unload Event like this.
IF Isnull(textbox1) or...