Importing data and underscores in form names

I have a database with a form named “leave request” and an alias of “frm_leavereq”.

I import a .WK1 spreadsheet into it, and it strips the underscore from the form name, and reports “could not find form frmleavereq” (no such form in database at all). When you import,

So to get around it I added a form field with a computed value “frm_leavereq”. This works, except for each document imported / created it still tells me it cannot open form “frmleavereq”. (without the field I also get that error on opening the form too but frm_leavereq is the database’s default form so that’s what it opens in)

Subject: Importing data and underscores in form names

My first bet is that you have a field named “Form” which has a computed value of “frmleavereq”.

Subject: RE: Importing data and underscores in form names

I can vouch for the fact that there is no form field on the form at all. (there are 10 fields, none calculated)

No matter how I import if the form name contains an underscore, Notes seems to be stripping it from the string.